committed by
Dmitry Jemerov
parent
61b10ac330
commit
9ac1a0140c
@@ -0,0 +1,12 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun println(s: String) {}
|
||||
|
||||
fun foo() {
|
||||
val a = <caret>when ("") {
|
||||
else -> {
|
||||
println("")
|
||||
1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user