mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
8 lines
144 B
Kotlin
Vendored
8 lines
144 B
Kotlin
Vendored
fun foo() {
|
|
val a = 1
|
|
// SIBLING:
|
|
if (<selection>a > 0</selection>) {
|
|
fun b(): Int { return 0 }
|
|
println(b())
|
|
}
|
|
} |