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