33954c7632
#KT-29001 Fixed
11 lines
124 B
Kotlin
Vendored
11 lines
124 B
Kotlin
Vendored
fun foo() {
|
|
val a<caret> = 1
|
|
|
|
// comment
|
|
when (a) {
|
|
1 -> {
|
|
}
|
|
else -> {
|
|
}
|
|
}
|
|
} |