[JS IR BE] Unmute inlineClasses tests

This commit is contained in:
Svyatoslav Kuzmich
2018-12-04 18:26:54 +03:00
parent befc371f6a
commit c92a6f9ca2
14 changed files with 164 additions and 7 deletions
@@ -1,5 +1,5 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR, JS_IR
// IGNORE_BACKEND: JVM_IR
interface IFoo<T : IFoo<T>> {
fun T.foo(): String = bar()
@@ -1,5 +1,5 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR, JS_IR
// IGNORE_BACKEND: JVM_IR
interface IFoo<T : IFoo<T>> {
fun foo(t: T): String = t.bar()