Files
kotlin-fork/nj2k/testData/copyPastePlainText/ImportResolve.dependency.kt
T

32 lines
255 B
Kotlin
Vendored

package test
class ToBeImportedKotlin {
}
interface IAmbiguous {
}
interface Ambiguous {
}
interface IAmbiguousKotlin {
}
interface AmbiguousKotlin {
}
class Z {
interface IAmbiguousKotlin {
}
interface AmbiguousKotlin {
}
}