New J2K: handle static imports from Java correctly & do not ignore imports in tests
This commit is contained in:
+1
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user