Chromium Code Reviews
DescriptionRe-introduce string concatenation
This change re-introduces concatenation of adjacent
string literals, i.e. the compiler concatenates "abc" "123"
into the literal "abc123" at compile time. If the literals
contain interpolations, the concatenation happens at
runtime.
The change also re-introduces interpolated compile-time
string literal constants, but the feature is disabled because
several tests need to be changed.
Committed: https://code.google.com/p/dart/source/detail?r=4991
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||||||||||||||||||||