Index: compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java |
=================================================================== |
--- compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java (revision 9082) |
+++ compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java (working copy) |
@@ -44,6 +44,13 @@ |
"}")); |
} |
+ public void test_identifier_as() { |
+ parseUnit("identifier.dart", Joiner.on("\n").join( |
+ "class G {", |
+ " int as = 0;", |
+ "}")); |
+ } |
+ |
public void test_setter() { |
parseUnit("setter.dart", Joiner.on("\n").join( |
"class G {", |