6 lines
194 B
Kotlin
Vendored
6 lines
194 B
Kotlin
Vendored
package to
|
|
|
|
import a.Outer
|
|
|
|
fun f(n: Outer.Companion.Nested, e: Outer.Companion.NestedEnum, o: Outer.Companion.NestedObj, t: Outer.Companion.NestedTrait, a: Outer.Companion.NestedAnnotation) {
|
|
} |