Black box: drop WITH_RUNTIME or replace with WITH_STDLIB
This commit is contained in:
committed by
TeamCityServer
parent
0f4647d95e
commit
8c7f659a32
@@ -1,5 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
fun builder(c: suspend () -> Unit): Int = 42
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// WITH_STDLIB
|
||||
|
||||
@JvmInline
|
||||
value class IC(val s: String)
|
||||
|
||||
Reference in New Issue
Block a user