Files
kotlin-fork/compiler/testData/psi/AttributesOnPatterns.kt
T
2013-09-17 18:10:00 +04:00

7 lines
56 B
Kotlin

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