Index: pkg/front_end/testcases/rasta/issue_000053.dart |
diff --git a/pkg/front_end/testcases/rasta/issue_000053.dart b/pkg/front_end/testcases/rasta/issue_000053.dart |
index 86fcc4da9345082486735e23929b37bc26c5aba8..6cae4f685ec1084eab27db513ff51b023e3a8a6e 100644 |
--- a/pkg/front_end/testcases/rasta/issue_000053.dart |
+++ b/pkg/front_end/testcases/rasta/issue_000053.dart |
@@ -8,6 +8,7 @@ class C { |
super == null; |
} |
} |
+ |
main() { |
new C().test(); |
} |