18146fafdf
#KT-14078 Fixed
4 lines
49 B
Kotlin
Vendored
4 lines
49 B
Kotlin
Vendored
fun foo(x: String) {
|
|
val y = x.when<caret>
|
|
}
|