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:
+4
-5
@@ -1,15 +1,14 @@
|
||||
package test.kotlin.jtests;
|
||||
|
||||
import static kotlin.KotlinPackage.*;
|
||||
import static kotlin.util.UtilPackage.*;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import kotlin.jvm.functions.*;
|
||||
import kotlin.*;
|
||||
import kotlin.jvm.functions.Function1;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
|
||||
import static kotlin.KotlinPackage.*;
|
||||
import static kotlin.util.UtilPackage.*;
|
||||
|
||||
/**
|
||||
* Lets try using the Kotlin standard library from Java code
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user