JS IR: unmute tests

This commit is contained in:
Anton Bannykh
2018-07-11 15:25:41 +03:00
parent ac1a97ad83
commit 9c6452778f
4 changed files with 0 additions and 4 deletions
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
interface A<T, U> {
fun foo(t: T, u: U): String
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// See KT-12865
package foo