478b5070ef
#KT-6019 Fixed
7 lines
94 B
Kotlin
7 lines
94 B
Kotlin
fun foo(p: Int) {
|
|
when (p) {
|
|
1 -> {<caret>
|
|
println()
|
|
}
|
|
}
|
|
} |