Do not expand imports after optimizing

This commit is contained in:
Natalia Ukhorskaya
2013-10-18 15:09:43 +04:00
parent 8bee5628d5
commit 796dad5798
6 changed files with 142 additions and 45 deletions
@@ -0,0 +1,12 @@
package sometest
import java.util.HashSet
import java.util.HashMap
import java.util.ArrayList
val some: HashSet<Int>? = null
val some2: HashMap<Int, Int>? = null
// SET_TRUE: setCollapseImports
// REGION BEFORE: 25:94
// REGION AFTER: 25:67