backend/tests: Ignore all tests with IGNORE_BACKEND: JS directive
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Enable when callable references to builtin members is supported
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND: JS, NATIVE
|
||||
fun box(): String {
|
||||
val f = "KOTLIN"::get
|
||||
return "${f(1)}${f(0)}"
|
||||
|
||||
Reference in New Issue
Block a user