Optimize imports: references via aliases are treated correctly

This commit is contained in:
Valentin Kipyatkov
2015-02-17 15:35:03 +03:00
parent 8c034d4ac7
commit d60145d3e8
2 changed files with 8 additions and 4 deletions
@@ -3,10 +3,10 @@ Comment 1
*/
package sometest
import java.io as JavaIO
import java.text.Annotation as TextAnnotation
import java.util.ArrayList
import java.util.HashSet
import java.io as JavaIO
import java.text.Annotation as TextAnnotation
/**
Comment 2