Removing grammar/parsing support for complext patterns
#KT-2359 In progress
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
fun foo() {
|
||||
|
||||
when (e) {
|
||||
is [a] val a -> d
|
||||
is [a] val a is foo -> d
|
||||
is [a] * -> d
|
||||
is [a] 2 -> d
|
||||
is [a] T -> d
|
||||
is [a] T #() -> d
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user