Variables in single/double quotes.
DartBot opened this issue · 1 comments
DartBot commented
This issue was originally filed by craig...@craigfrancis.co.uk
Can we use the PHP view that single quotes don't contain variables, but double quotes do... this may help the parser in speed, but more importantly it means the programmer doesn't have to check for and escape variables in single quoted strings.
DartBot commented
This comment was originally written by jat@google.com
Dart already has raw strings: @"This $foo isn't interpolated".
Added WontFix label.