| Index: tests/language_strong/constructor10_test.dart
|
| diff --git a/tests/language_strong/constructor10_test.dart b/tests/language_strong/constructor10_test.dart
|
| index 87d28d786cd929fb9a25c19c705570a4078a9dae..b6f94bd324e2013a8756b3e192a545feca2ee1fe 100644
|
| --- a/tests/language_strong/constructor10_test.dart
|
| +++ b/tests/language_strong/constructor10_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| // Check that the implicit super call for synthetic constructors are checked.
|
|
|
| +
|
| class A {
|
| final x;
|
| A(this.x);
|
| @@ -35,7 +36,8 @@ class G extends A {
|
| */ // //# 02: continued
|
| }
|
|
|
| -class H extends G {}
|
| +class H extends G {
|
| +}
|
|
|
| main() {
|
| new B().x;
|
|
|