Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
plugins
/
plugin-sandbox
/
testData
/
firLoadK2Compiled
/
simple-lang-ver-2.1.kt
blob: 628c321975171cc2eb5890260c9fccd6983523b7 [
file
]
// API_VERSION: 2.0
// ALLOW_DANGEROUS_LANGUAGE_VERSION_TESTING
// LANGUAGE_VERSION: 2.1
package
test
import
org
.
jetbrains
.
kotlin
.
plugin
.
sandbox
.
MyInlineable
fun runInlineable
(
block
:
@MyInlineable
()
->
Unit
)
{}