Fixed multiple bugs in optimize imports for JS-target

#KT-13689 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-10-06 21:32:22 +03:00
parent 45cd4f1e29
commit b84260f39f
148 changed files with 599 additions and 373 deletions
@@ -0,0 +1,12 @@
// RUNTIME
import kotlin.concurrent.fixedRateTimer
import kotlin.concurrent.read
import java.util.ArrayList
/**
* Reference to [ArrayList]
* Reference to [fixedRateTimer]
* Reference to [kotlin.concurrent.read]
*/
fun foo() {
}