Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InFunInObject.kt
blob: d29ebc383a6830d357d34826caf5210999005c87 [
file
]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: call
object
Foo
{
fun foo
()
{
c
<caret>
ll
()
}
}