[Native][tests] Add ExperimentalContracts OPT_IN directive for kt47300.kt
Without this directive the test can't be compiled by Kotlin/Native, because the box() function which is annotated with @ExperimentalContracts is called from the generated test runner source code that itself is not marked by this annotation.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// !OPT_IN: kotlin.contracts.ExperimentalContracts
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlin.contracts.ExperimentalContracts
|
||||
|
||||
Reference in New Issue
Block a user