Removing grammar/parsing support for complext patterns
#KT-2359 In progress
This commit is contained in:
@@ -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> -> {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user