Files
kotlin-fork/idea/testData/copyPaste/imports/ClassObjectInner.expected.kt
T

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) {
}