Files
kotlin-fork/compiler/testData/psi/AttributesOnPatterns.jet
T
Andrey Breslav 10d453ce6a Removing grammar/parsing support for complext patterns
#KT-2359 In progress
2012-09-05 14:18:40 +04:00

7 lines
56 B
Plaintext

fun foo() {
when (e) {
is [a] T -> d
}
}