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:
@@ -17,11 +17,9 @@
|
||||
package org.jetbrains.kotlin.storage;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import kotlin.jvm.functions.*;
|
||||
import kotlin.*;
|
||||
import kotlin.jvm.functions.*;
|
||||
import kotlin.*;
|
||||
import kotlin.Unit;
|
||||
import kotlin.jvm.functions.Function0;
|
||||
import kotlin.jvm.functions.Function1;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.kotlin.util.ReenteringLazyValueComputationException;
|
||||
|
||||
Reference in New Issue
Block a user