Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: dart/frog/tests/leg_only/src/BasicClassTest.dart

Issue 8883024: Parse all variations of for-statement. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/frog/tests/leg/src/ParserTest.dart ('k') | dart/tests/language/language.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/tests/leg_only/src/BasicClassTest.dart
diff --git a/dart/frog/tests/leg_only/src/BasicClassTest.dart b/dart/frog/tests/leg_only/src/BasicClassTest.dart
index 8bc51e5c851cb76e72b44a37b1f12f06a76b683c..c0e930814214407a93dfb7e37c54b515dc3e66f5 100644
--- a/dart/frog/tests/leg_only/src/BasicClassTest.dart
+++ b/dart/frog/tests/leg_only/src/BasicClassTest.dart
@@ -24,5 +24,4 @@ void main() {
b = a; /// 03: static type error
b = subA; /// 04: static type error
b = b;
- List<int> ints;
}
« no previous file with comments | « dart/frog/tests/leg/src/ParserTest.dart ('k') | dart/tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698