13 lines
176 B
Kotlin
Vendored
13 lines
176 B
Kotlin
Vendored
// OUT_OF_CODE_BLOCK: FALSE
|
|
// ERROR: Unresolved reference: a
|
|
|
|
fun test() {
|
|
val some = if () {
|
|
fun other() {
|
|
<caret>
|
|
}
|
|
}
|
|
else {
|
|
|
|
}
|
|
} |