mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
11 lines
111 B
Kotlin
Vendored
11 lines
111 B
Kotlin
Vendored
// !LANGUAGE: +NewInference
|
|
|
|
fun bar() {
|
|
if (true) {
|
|
fun local() {
|
|
}
|
|
} else {
|
|
|
|
}
|
|
}
|