Workaround KT-14531, Partial fix for KT-13600, KT-11620 J2K: Invalid conversion context on plain text pasting
For detailed info see KT-14531
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
package test
|
||||
|
||||
class ToBeImportedKotlin {
|
||||
|
||||
}
|
||||
|
||||
interface IAmbiguous {
|
||||
|
||||
}
|
||||
|
||||
interface Ambiguous {
|
||||
|
||||
}
|
||||
|
||||
|
||||
interface IAmbiguousKotlin {
|
||||
|
||||
}
|
||||
|
||||
interface AmbiguousKotlin {
|
||||
|
||||
}
|
||||
|
||||
class Z {
|
||||
interface IAmbiguousKotlin {
|
||||
|
||||
}
|
||||
|
||||
interface AmbiguousKotlin {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user