JS IR: unmute tests

This commit is contained in:
Anton Bannykh
2018-06-20 17:41:09 +03:00
parent 6df9919eba
commit 04a2ffc0c1
40 changed files with 0 additions and 40 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
class C(val value: String = "C") {
inner class B(val s: String) {
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
interface Creator<T> {
fun create() : T
}