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
open class Foo(val value: String) {
open inner class Inner(val d: Double = -1.0, val s: String, vararg val y: Int) {