11 lines
126 B
Kotlin
Vendored
11 lines
126 B
Kotlin
Vendored
fun test1() {
|
|
run {
|
|
if (true) {
|
|
if (true) {}
|
|
}
|
|
else {
|
|
1
|
|
}
|
|
}
|
|
}
|