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