FIR: Unignore all blackbox tests on context receivers
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
// !LANGUAGE: +ContextReceivers
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: context receivers aren't yet supported
|
||||
|
||||
context(String, Int)
|
||||
fun overloaded(value: Any?) = "OK"
|
||||
@@ -13,4 +11,4 @@ fun box() = with("42") {
|
||||
with(42) {
|
||||
overloaded(null)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user