| Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/elements/elements.dart (revision 15379)
|
| +++ sdk/lib/_internal/compiler/implementation/elements/elements.dart (working copy)
|
| @@ -1852,7 +1852,7 @@
|
| } else if (identical(value, '[]')) {
|
| return const SourceString(r'operator$index');
|
| } else if (identical(value, '[]=')) {
|
| - return const SourceString(r'oprator$indexSet');
|
| + return const SourceString(r'operator$indexSet');
|
| } else if (identical(value, '*')) {
|
| return const SourceString(r'operator$mul');
|
| } else if (identical(value, '/')) {
|
|
|