Commits

Chris Willmore committed 265f91feada
Allow string literals in string literal interpolation. Teach skipToEndOfInterpolatedExpression() to match quote marks as well as parentheses in the interpolated expression. This makes expressions like "hello \(names["bob"])" possible. Swift SVN r31283