Chromium Code Reviews| Index: lib/compiler/implementation/elements/elements.dart |
| =================================================================== |
| --- lib/compiler/implementation/elements/elements.dart (revision 12782) |
| +++ lib/compiler/implementation/elements/elements.dart (working copy) |
| @@ -1598,7 +1598,7 @@ |
| } |
| static const SourceString OPERATOR_EQUALS = |
| - const SourceString(@'operator$eq'); |
| + const SourceString(r'operator$eq'); |
| static SourceString constructOperatorName(SourceString selector, |
| bool isUnary) { |