OptIn ExperimentalNativeApi
This commit is contained in:
committed by
Space Team
parent
aae8a687a4
commit
209c916a7e
@@ -5,6 +5,8 @@
|
||||
// ASSERTIONS_MODE: always-enable
|
||||
// WITH_STDLIB
|
||||
|
||||
@file:Suppress("OPT_IN_USAGE_ERROR") // ExperimentalNativeApi is defined only in Native
|
||||
|
||||
fun checkTrue(): Boolean {
|
||||
var hit = false
|
||||
val l = { hit = true; true }
|
||||
|
||||
Reference in New Issue
Block a user