blob: e8c533d97af429001e72b3878212222c2900c506 [file]
class Outer {
val foo: String = "foo"
inner class Inner {
fun test() {
f<caret>oo
}
}
}