Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InFunInFunctionInitializerInFun.kt
blob: 8660ac27f85df8d0dd391dd99fd8729590c3a2fa [
file
]
// OUT_OF_CODE_BLOCK: TRUE
// ERROR: Unresolved reference: a
val b
=
true
fun test
()
=
if
(
b
)
{
fun hello
()
{
<caret>
}
}
else
{
}