[test] Run irText tests against K1 frontend for JS
This commit is contained in:
committed by
Space Team
parent
502a0b7e10
commit
27ccef868a
+4
-1
@@ -1,6 +1,9 @@
|
||||
// FIR_IDENTICAL
|
||||
// !LANGUAGE: +ContextReceivers
|
||||
|
||||
// IGNORE_BACKEND_K1: JS_IR
|
||||
// IGNORE_BACKEND_K1: JS_IR_ES6
|
||||
|
||||
context(T) class A<T>
|
||||
|
||||
context(Collection<P>) class B<P>
|
||||
@@ -11,4 +14,4 @@ fun Int.foo() {
|
||||
|
||||
fun Collection<Int>.bar() {
|
||||
B<Int>()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user