3ccd8839ff
#KT-5390 Fixed
8 lines
129 B
Kotlin
8 lines
129 B
Kotlin
fun foo() {
|
|
when (a) {
|
|
-> {
|
|
System.out.println("1")
|
|
System.out.println("2")
|
|
}
|
|
}
|
|
} |