Files
kotlin-fork/idea/testData/copyPaste/plainTextConversion/ImportResolve.dependency.kt
T
2016-10-27 20:02:27 +03:00

32 lines
255 B
Kotlin
Vendored

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