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