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