Ignore test for JS IR because of TODO() function

This commit is contained in:
Mikhail Zarechenskiy
2018-07-11 01:47:55 +03:00
parent be611cd154
commit 6b73e528ce
@@ -1,4 +1,5 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JS_IR
inline class Foo<T>(val x: Any) {
fun bar() {}