| Index: dart/lib/compiler/implementation/scanner/token.dart
|
| diff --git a/dart/lib/compiler/implementation/scanner/token.dart b/dart/lib/compiler/implementation/scanner/token.dart
|
| index dd6ab76cb6a50f9344f7279a0d794ed729cf4113..11e79d0ab9bebc057bb06cdc1788e25b0301ef2f 100644
|
| --- a/dart/lib/compiler/implementation/scanner/token.dart
|
| +++ b/dart/lib/compiler/implementation/scanner/token.dart
|
| @@ -256,6 +256,7 @@ bool isUserDefinableOperator(String value) {
|
| return
|
| (value === '==') ||
|
| (value === '~') ||
|
| + (value === 'negate') ||
|
| (value === '[]') ||
|
| (value === '[]=') ||
|
| (value === '*') ||
|
|
|