Chromium Code Reviews
DescriptionIntroduce a flag to disable string operator +
If allow_string_plus is set to false, the compiler will report an error
when it finds a string literal followed by +. Invoking the + operator on a
string value throws a noSuchMethod exception.
This is temporary code that we'll eliminate once the + operator on
strings is completely removed.
Committed: https://code.google.com/p/dart/source/detail?r=6423
Patch Set 1 #
Total comments: 1
Patch Set 2 : #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||