JS IR: unmute tests

This commit is contained in:
Svyatoslav Scherbina
2018-06-22 13:36:12 +03:00
parent 6d027bbbfc
commit ba3411e7d7
7 changed files with 0 additions and 7 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
class A {
inner class B(val a: Double = 1.0, val b: Int = 55, val c: String = "c")
}