Removing grammar/parsing support for complext patterns

#KT-2359 In progress
This commit is contained in:
Andrey Breslav
2012-09-05 12:49:04 +04:00
parent a7f62a7d6e
commit 10d453ce6a
20 changed files with 515 additions and 1664 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ package foo.bar {
package.foo.bar.X
package.foo.bar.X()
when (e) {
is package.foo.bar.X #(x) -> {}
is package.foo.bar.X<package.Y> -> {}
}
}
}