Optimize imports: references via aliases are treated correctly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user