Just refactor tests that require further investigation
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
// TODO: Enable for JS when it supports Java class library.
|
||||
// IGNORE_BACKEND: JS
|
||||
import java.util.HashMap
|
||||
import java.io.*
|
||||
// fails on JS with TypeError: imported$plus is not a function, it is undefined.
|
||||
|
||||
operator fun <K, V> MutableMap<K, V>.set(key : K, value : V) = put(key, value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user