Insert imports on copy/paste
Introduce KotlinCopyPasteReferenceProcessor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package a;
|
||||
|
||||
class JavaM {
|
||||
static void staticMethod() {
|
||||
}
|
||||
}
|
||||
|
||||
class JavaF {
|
||||
static int staticField = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user