JS IR: mute tests with language version 1.0

Long.rem declaration doesn't compile
This commit is contained in:
Anton Bannykh
2018-07-11 16:19:34 +03:00
parent 6a9b8d27e6
commit d042038045
7 changed files with 7 additions and 0 deletions
@@ -1,4 +1,5 @@
// LANGUAGE_VERSION: 1.0
// IGNORE_BACKEND: JS_IR
fun myNotEquals(a: Double?, b: Double?) = a != b
fun myNotEquals1(a: Double?, b: Double) = a != b