11 lines
157 B
Kotlin
11 lines
157 B
Kotlin
fun a() {
|
|
if (true) {
|
|
if (true) {
|
|
1
|
|
}
|
|
} else {
|
|
if (true) {
|
|
<selection>1</selection>
|
|
}
|
|
}
|
|
} |