Fixed a bug in import insertion algorithm

This commit is contained in:
Valentin Kipyatkov
2015-01-27 21:52:45 +03:00
parent ef8be9560a
commit 22d805aede
5 changed files with 35 additions and 4 deletions
@@ -0,0 +1,7 @@
// IMPORT: java.util.ArrayList
package p
import java.sql.*
import dependency.Date // import of function does not affect class name conflict
val d = Date(1)