GreatSyntacticShift: Parser test data fixed

This commit is contained in:
Andrey Breslav
2011-12-21 10:57:09 +02:00
parent 6bad4830c3
commit 91d10790b4
84 changed files with 797 additions and 901 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
fun a(
a : foo = (),
a : foo = #(),
a : foo = 10,
a : foo = 0x10,
a : foo = '1',
@@ -17,7 +17,7 @@ fun a(
a : foo = this,
a : foo = super<sdf>,
a : foo = (10),
a : foo = (10, "A", 0xf),
a : foo = #(10, "A", 0xf),
a : foo = Foo(bar),
a : foo = Foo<A>(bar),
a : foo = Foo(),