| Index: pkg/compiler/lib/src/native/enqueue.dart
|
| diff --git a/pkg/compiler/lib/src/native/enqueue.dart b/pkg/compiler/lib/src/native/enqueue.dart
|
| index 15c3a70dd9b537b9452a8b0d9501cf09f65eb986..c15b880be56d0128a4881e56a6fefc3a831e929c 100644
|
| --- a/pkg/compiler/lib/src/native/enqueue.dart
|
| +++ b/pkg/compiler/lib/src/native/enqueue.dart
|
| @@ -240,7 +240,7 @@ abstract class NativeEnqueuerBase implements NativeEnqueuer {
|
| id = token;
|
| }
|
| // Should be at '{', 'with', 'implements', '<' or 'native'.
|
| - return id.value;
|
| + return id.lexeme;
|
| }
|
|
|
| return reporter.withCurrentElement(classElement, () {
|
|
|