J2K: Idea doesn't proposed to insert imports on copy-paste if explicit import was inserted
#KT-8738 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import java.io.File;
|
||||
|
||||
<selection>class C {
|
||||
public static void main(String[] args) { }
|
||||
private void memberFun(File file) {}
|
||||
}</selection>
|
||||
Reference in New Issue
Block a user