mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
11 lines
111 B
Kotlin
Vendored
11 lines
111 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: TRUE
|
|
|
|
val a = 1
|
|
fun test() = if (a) {
|
|
fun hello() {
|
|
<caret>
|
|
}
|
|
}
|
|
else {
|
|
|
|
} |