Suppressed inserting of package import from ImportInsertHelperImpl

This commit is contained in:
Stanislav Erokhin
2015-09-16 22:10:25 +03:00
parent 1614de86d2
commit 81934b75c2
3 changed files with 8 additions and 9 deletions
@@ -1,4 +1,2 @@
import java.lang.reflect
val x : reflect.Array<caret>
val x : java.lang.reflect.Array
val y: Array<String>