New J2K: handle static imports from Java correctly & do not ignore imports in tests

This commit is contained in:
Ilya Kirillov
2019-05-30 18:49:21 +03:00
parent 879abdafc2
commit 3944a976df
52 changed files with 115 additions and 138 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
import java.util.*
import java.util.HashMap
internal class IteratorTest {
var mutableMap1: MutableMap<String, String> = HashMap()
var mutableMap2: MutableMap<String, String> = HashMap()
fun testFields() {
mutableMap1.values.add("")
mutableMap2.entries.iterator().remove()