```dart void foo(String a) { print('${'test}test'}'); } ``` This would print the string `test}test`, but the `}` is messing up the syntax highlighting: <img width="391" alt="Screenshot 2019-10-17 at 9 42 19 am" src="https://user-images.githubusercontent.com/1078012/66992832-6debc380-f0c2-11e9-84b8-fec031a4ae74.png">