Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InFunctionLiteral.kt
blob: ab2a9a4f71c1d67dbfd76b52e9ecf86a09287797 [
file
]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: jq
// ERROR: Unresolved reference: pria
fun main
()
{
jq
()
{
pri
<caret>
}
}