Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
LocalFunWithBody.kt
blob: 6cfac843d45e77f7a1310eb6c2014228d1211268 [
file
]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: a
fun test
()
{
fun hello
()
{
<caret>
}
}