Just refactor tests that require further investigation
This commit is contained in:
Vendored
+1
-2
@@ -1,10 +1,9 @@
|
||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||
// IGNORE_BACKEND: JS
|
||||
// on JS item local variable clashes with ListTag.item() extension function
|
||||
|
||||
package d
|
||||
|
||||
import java.util.ArrayList
|
||||
|
||||
fun box(): String {
|
||||
ListTag().test(listOf("a", "b"))
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user