Load of testdata change due to contracts publishing
See changes in e2606b72bdbec2fea567d4127197707869eb801e
This commit is contained in:
committed by
Ilya Gorbunov
parent
accbd07b2e
commit
ee8702d21e
+2
-1
@@ -1,10 +1,11 @@
|
||||
// !LANGUAGE: +AllowContractsForCustomFunctions +UseCallsInPlaceEffect +ReadDeserializedContracts
|
||||
// !USE_EXPERIMENTAL: kotlin.contracts.ExperimentalContracts
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
// FILE: 1.kt
|
||||
package test
|
||||
|
||||
import kotlin.internal.contracts.*
|
||||
import kotlin.contracts.*
|
||||
|
||||
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
public inline fun <R> myrun(block: () -> R): R {
|
||||
|
||||
Reference in New Issue
Block a user