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
+3 -3
View File
@@ -1,13 +1,13 @@
namespace foo.bar;
package foo.bar;
class X
namespace foo.bar {
package foo.bar {
fun foo() {
namespace.foo.bar.X
namespace.foo.bar.X()
when (e) {
is namespace.foo.bar.X @ (x) => {}
is namespace.foo.bar.X #(x) -> {}
}
}
}