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