e2d5e9a184
#KT-31673 Fixed
7 lines
98 B
Kotlin
Vendored
7 lines
98 B
Kotlin
Vendored
fun test() {
|
|
when<caret> (val a = 42) {
|
|
else -> use("")
|
|
}
|
|
}
|
|
|
|
fun use(s: String) {} |