[JS IR BE] Unmute tests

This commit is contained in:
Svyatoslav Kuzmich
2018-10-11 15:16:39 +03:00
parent 5a057f8ca6
commit 4c38d55f21
26 changed files with 3 additions and 25 deletions

View File

@@ -1,6 +1,5 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
inline class UInt(private val value: Int) : Comparable<UInt> {
companion object {