blob: a1442d76f1afd389110cfebe45676d92cfff0170 [file]
class Foo {
private class Bar {
fun call() {}
}
private fun foo() {
B<caret>ar().call()
}
}