| Index: tests/language_strong/conditional_property_assignment_test.dart
|
| diff --git a/tests/language_strong/conditional_property_assignment_test.dart b/tests/language_strong/conditional_property_assignment_test.dart
|
| index b27b94193197afa62ac578cc0f9c01cdb2bda191..34f9a9d11889a1bb2a8c349cec350b37a110b170 100644
|
| --- a/tests/language_strong/conditional_property_assignment_test.dart
|
| +++ b/tests/language_strong/conditional_property_assignment_test.dart
|
| @@ -29,7 +29,7 @@ class D {
|
| }
|
|
|
| class E {
|
| - G operator+(int i) => new I();
|
| + G operator +(int i) => new I();
|
| }
|
|
|
| class F {}
|
|
|