| Index: tests/language/field3_negative_test.dart
|
| diff --git a/tests/language/field3_negative_test.dart b/tests/language/field3_negative_test.dart
|
| index 697312881cec8d587e79f08d93a91152d360391e..4ee13bad0912c5e1cbb717c1e09abd3ac7df7a1c 100644
|
| --- a/tests/language/field3_negative_test.dart
|
| +++ b/tests/language/field3_negative_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test to catch error reporting bugs in class fields declarations.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class C {
|
| final var a = 0; // illegal: var cannot follow final.
|
| }
|
|
|