Fixed a fail in import insertion

This commit is contained in:
Valentin Kipyatkov
2015-03-31 21:58:34 +03:00
parent d6ceadf769
commit e22f28c061
5 changed files with 23 additions and 1 deletions
@@ -0,0 +1,6 @@
// IMPORT: dependency.util
import java.util.*
fun foo() {
"".util()
}