Fixed bug with bad conversion on paste when top-level java class copied
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package javaPack
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface I {
|
||||
@NotNull
|
||||
String foo();
|
||||
}
|
||||
Reference in New Issue
Block a user