FIR: Unignore all blackbox tests on context receivers

This commit is contained in:
Denis.Zharkov
2022-03-17 13:28:35 +03:00
committed by teamcity
parent 41bc842b9d
commit 2a6700e5d5
30 changed files with 22 additions and 84 deletions
@@ -1,8 +1,5 @@
// !LANGUAGE: +ContextReceivers
// TARGET_BACKEND: JVM_IR
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: context receivers aren't yet supported
// KT-51271
class Context {
@@ -36,4 +33,4 @@ fun box(): String = with(Context()) {
result += 1.testInlineWithExtensionAndMultipleContextsAndArgs()
}
return if (result == 23) "OK" else "fail"
}
}