Files
kotlin-fork/compiler/testData/psi/annotation/AnnotationsOnPatterns.kt
T
2015-06-12 09:55:00 +03:00

7 lines
57 B
Kotlin
Vendored

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