Black box: drop WITH_RUNTIME or replace with WITH_STDLIB

This commit is contained in:
Mikhail Glukhikh
2021-12-08 15:38:33 +03:00
committed by TeamCityServer
parent 0f4647d95e
commit 8c7f659a32
22 changed files with 20 additions and 23 deletions
@@ -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
fun List<Int>.decimateEveryEvenThird() = sequence {
var counter = 1
@@ -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 View {
val coefficient = 42
@@ -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
interface Semigroup<T> {
infix fun T.combine(other: T): T
@@ -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
// WITH_COROUTINES
import helpers.*
@@ -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
@file:Suppress("RESERVED_VAR_PROPERTY_OF_VALUE_CLASS")
@@ -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
interface NumberOperations {
operator fun Number.plus(other: Number): Number
@@ -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
// WITH_COROUTINES
// MODULE: lib