Don't add import if there's general import with .* exist

This commit is contained in:
Nikolay Krasko
2012-02-08 15:27:41 +04:00
parent e8ffaa28f3
commit 01e71cbd59
8 changed files with 80 additions and 2 deletions
@@ -0,0 +1,6 @@
package some
import jettesting.data.*;
fun otherfun() {
}