Index: pkg/front_end/testcases/rasta/issue_000052.dart |
diff --git a/pkg/front_end/testcases/rasta/issue_000052.dart b/pkg/front_end/testcases/rasta/issue_000052.dart |
index 9c645a177cdc29d2327d97150a09e0e1a4e78570..bf0b680b14a631517ba0e5529234e7e4741c6949 100644 |
--- a/pkg/front_end/testcases/rasta/issue_000052.dart |
+++ b/pkg/front_end/testcases/rasta/issue_000052.dart |
@@ -6,5 +6,6 @@ main() { |
f() { |
print('hello'); |
} |
+ |
f(); |
} |