Rename "import jet" to "import kotlin" in Java sources
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package org.jetbrains.jet.storage;
|
||||
|
||||
import jet.Function0;
|
||||
import jet.Function1;
|
||||
import jet.Unit;
|
||||
import kotlin.Function0;
|
||||
import kotlin.Function1;
|
||||
import kotlin.Unit;
|
||||
import junit.framework.TestCase;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
@@ -565,4 +565,4 @@ public class StorageManagerTest extends TestCase {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user