Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/InitBlock.kt
T
2019-11-27 13:43:10 +01:00

7 lines
116 B
Kotlin
Vendored

// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: caall
class A {
init {
ca<caret>ll()
}
}