[JS IR BE] Unmute tests after adding stdlib
This commit is contained in:
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
fun typeName(a: Any?) : String {
|
||||
return when(a) {
|
||||
is ArrayList<*> -> "array list"
|
||||
|
||||
Reference in New Issue
Block a user