Removing grammar/parsing support for complext patterns
#KT-2359 In progress
This commit is contained in:
@@ -21,17 +21,18 @@ fun foo() {
|
||||
+ d]
|
||||
|
||||
when (e) {
|
||||
is T
|
||||
#() -> a
|
||||
is T
|
||||
<X>
|
||||
-> a
|
||||
in f
|
||||
() -> a
|
||||
!is T
|
||||
#() -> a
|
||||
<X> -> a
|
||||
!in f
|
||||
() -> a
|
||||
f
|
||||
() -> a
|
||||
}
|
||||
val f = a is T
|
||||
#()
|
||||
<X>
|
||||
}
|
||||
Reference in New Issue
Block a user