blob: 516b953a6ed8d115b03596180e3bc001a3cabce5 [file]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: Unresolved reference: a
class LocalFunWithBodyInClass {
fun test() {
fun hello() {
<caret>
}
}
}