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