blob: a020d4286c0b9dbd56c8f6c91f444af6e618a440 [file] [log] [blame]
fun foo() {
<caret>val a = object {
fun f() {
f2()
}
}
}
fun f2() {}