ImportOptimizer: basic support for removing unresolved imports

#KT-32409 Fixed
Part of #KT-31331
This commit is contained in:
Dmitry Gridin
2020-06-17 16:10:21 +07:00
parent 8faced9192
commit 4de582564c
21 changed files with 165 additions and 16 deletions
@@ -3,4 +3,6 @@
<caret>import kotlin.collections.*
val (a, b, c) = Triple(1, 2, 3)
fun test() {
val (a, b, c) = Triple(1, 2, 3)
}