Restore explicit imports of Kotlin function types in Java
This is a follow-up to738a84e259andd4965a4f3e. Optimize imports in all files affected in those commits, drop temporary _.kt
This commit is contained in:
-3
@@ -1,7 +1,4 @@
|
||||
package a;
|
||||
|
||||
import kotlin.jvm.functions.*;
|
||||
import kotlin.*;
|
||||
|
||||
public class A {
|
||||
}
|
||||
|
||||
+1
-2
@@ -1,7 +1,6 @@
|
||||
package a;
|
||||
|
||||
import kotlin.jvm.functions.*;
|
||||
import kotlin.*;
|
||||
import kotlin.jvm.functions.Function0;
|
||||
|
||||
public class A {
|
||||
public class <caret>X {
|
||||
|
||||
Reference in New Issue
Block a user