[JS IR BE] Update tests

This commit is contained in:
Zalim Bashorov
2018-07-25 14:38:28 +03:00
parent 0da14e4189
commit 2fb286e39c
57 changed files with 3 additions and 56 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
open class A(val x: String) {
constructor(`in`: String, y: String) : this(`in` + y)