Files
kotlin-fork/idea/testData/shortenRefs/descriptorsChangeAfterImportInsertion.kt.after
T

7 lines
94 B
Plaintext
Vendored

// NAME_COUNT_TO_USE_STAR_IMPORT: 1
package foo
import bar.*
fun foo(p: Class1): Class2 { }