| Index: tests/language/field6a_negative_test.dart
|
| ===================================================================
|
| --- tests/language/field6a_negative_test.dart (revision 22895)
|
| +++ tests/language/field6a_negative_test.dart (working copy)
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test to catch error reporting bugs in class fields declarations.
|
| // Should be an error because we have a function overriding a getter.
|
| +// VMOptions=--compile_all
|
|
|
| class A {
|
| int get a {
|
|
|