| Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/NamingTest.dart
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/NamingTest.dart b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/NamingTest.dart
|
| index d188355468e666b1e5a61bfa2cc37662063b31c3..0d6579d4ac4d0e0434a0f5f0e669bbd93192c250 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/NamingTest.dart
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/NamingTest.dart
|
| @@ -180,7 +180,7 @@ class Hoisting {
|
| f_ = function() { return x; };
|
| }
|
|
|
| - operator negate() {
|
| + operator -() {
|
| var x = 3;
|
| return function() { return x + 1; };
|
| }
|
|
|