Black box: drop WITH_RUNTIME or replace with WITH_STDLIB
This commit is contained in:
committed by
TeamCityServer
parent
0f4647d95e
commit
8c7f659a32
@@ -2,7 +2,7 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: context receivers aren't yet supported
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
class A(val ok: String)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: context receivers aren't yet supported
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
context(Collection<P>) class A<P> {
|
||||
val result = if (!isEmpty()) "OK" else "fail"
|
||||
|
||||
Reference in New Issue
Block a user