Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InPropertyWithFunctionLiteral.kt
blob: e37be40aa4f8ad7f944b90780522dfdad5dd996c [
file
]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: apri
class
Test
{
val a
:
()
->
Int
=
{
<caret>
pri
}
}