Use IDEA 143.1960 built with master kotlin branch.

Remove tweaks required to bootstrap packages.
Restore non-star imports of kotlin.text.Charsets.
This commit is contained in:
Ilya Gorbunov
2016-01-22 18:09:07 +03:00
parent cfc410261b
commit 9a41e07ac0
8 changed files with 7 additions and 54 deletions
@@ -20,8 +20,7 @@ import com.intellij.openapi.util.text.StringUtil;
import com.intellij.util.ArrayUtil;
import com.intellij.util.Function;
import com.intellij.util.containers.ContainerUtil;
import kotlin.*;
import kotlin.text.*;
import kotlin.text.Charsets;
import kotlin.Pair;
import kotlin.io.FilesKt;
import org.jetbrains.annotations.NotNull;