FIR: Unignore all Fir2IrText tests on context receivers
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +ContextReceivers
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
context(Int, String)
|
||||
fun foo(): Int {
|
||||
@@ -15,4 +14,4 @@ fun test() {
|
||||
with(42) {
|
||||
foo()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user