Files
2020-02-06 17:22:02 +01:00

6 lines
56 B
Kotlin
Vendored

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