Restore explicit imports of Kotlin function types in Java

This is a follow-up to 738a84e259 and
d4965a4f3e. Optimize imports in all files
affected in those commits, drop temporary _.kt
This commit is contained in:
Alexander Udalov
2015-05-26 18:36:08 +03:00
parent 58e4ff0502
commit 48b18f18d3
123 changed files with 162 additions and 320 deletions
@@ -1,7 +1,4 @@
package a;
import kotlin.jvm.functions.*;
import kotlin.*;
public class A {
}
@@ -1,7 +1,6 @@
package a;
import kotlin.jvm.functions.*;
import kotlin.*;
import kotlin.jvm.functions.Function0;
public class A {
public class <caret>X {