| Index: lib/compiler/implementation/scanner/token.dart
|
| diff --git a/lib/compiler/implementation/scanner/token.dart b/lib/compiler/implementation/scanner/token.dart
|
| index dd6ab76cb6a50f9344f7279a0d794ed729cf4113..02102c62c072186a47f1cbe510ce2098f74cdd6d 100644
|
| --- a/lib/compiler/implementation/scanner/token.dart
|
| +++ b/lib/compiler/implementation/scanner/token.dart
|
| @@ -185,7 +185,7 @@ interface SourceString extends Hashable, Iterable<int> default StringWrapper {
|
| */
|
| SourceString copyWithoutQuotes(int initial, int terminal);
|
|
|
| - String get stringValue();
|
| + String get stringValue;
|
|
|
| String slowToString();
|
|
|
|
|