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,5 +1,3 @@
import java.util.*
internal class A {
fun foo(): Map<String, String> {
val list1: List<String> = emptyList()