Files

6 lines
56 B
Kotlin
Vendored

import a.Outer
fun test(a: Outer.Nested) {
a.f()
}