Fixed bug with bad conversion on paste when top-level java class copied
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package to
|
||||
|
||||
import javaPack.I
|
||||
|
||||
public class C : I {
|
||||
override fun foo(): String {
|
||||
return ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user