blob: 850b632de237090b8e7f44f16cb55cdfc0526e28 [file] [log] [blame]
import a.Outer
fun test(a: Outer.Nested) {
a.f()
}