New J2K: add plain text copy-paste conversion test for new J2K
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