JS IR: mute tests with language version 1.0
Long.rem declaration doesn't compile
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// LANGUAGE_VERSION: 1.0
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
fun myEquals(a: Float?, b: Float?) = a == b
|
||||
|
||||
fun myEquals1(a: Float?, b: Float) = a == b
|
||||
|
||||
Reference in New Issue
Block a user