Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InFunInProperty.kt
blob: 01e08dd92caca876a21ae0f6ebfe1d1742004d24 [
file
]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: a
fun test
()
{
val some
=
if
()
{
fun other
()
{
<caret>
}
}
else
{
}
}