0462a3d3b6
For detailed info see KT-14531
32 lines
255 B
Kotlin
Vendored
32 lines
255 B
Kotlin
Vendored
package test
|
|
|
|
class ToBeImportedKotlin {
|
|
|
|
}
|
|
|
|
interface IAmbiguous {
|
|
|
|
}
|
|
|
|
interface Ambiguous {
|
|
|
|
}
|
|
|
|
|
|
interface IAmbiguousKotlin {
|
|
|
|
}
|
|
|
|
interface AmbiguousKotlin {
|
|
|
|
}
|
|
|
|
class Z {
|
|
interface IAmbiguousKotlin {
|
|
|
|
}
|
|
|
|
interface AmbiguousKotlin {
|
|
|
|
}
|
|
} |