Fixed bug with bad conversion on paste when top-level java class copied

This commit is contained in:
Valentin Kipyatkov
2015-04-10 12:43:50 +03:00
parent aff17a9fa1
commit 965f3da2b1
9 changed files with 38 additions and 7 deletions
@@ -0,0 +1,9 @@
package to
import javaPack.I
public class C : I {
override fun foo(): String {
return ""
}
}