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,8 @@
package javaPack
import org.jetbrains.annotations.NotNull;
public interface I {
@NotNull
String foo();
}