Do not reference java.util in tests that run on JS backend.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
//WITH_REFLECT
|
||||
|
||||
import java.util.*
|
||||
import kotlin.properties.Delegates
|
||||
|
||||
fun box(): String {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// WITH_REFLECT
|
||||
// TODO: replace with WITH_RUNTIME once KT-11316 is fixed
|
||||
|
||||
import java.util.*
|
||||
import kotlin.reflect.*
|
||||
|
||||
val properties = HashSet<KProperty<*>>()
|
||||
|
||||
Reference in New Issue
Block a user