Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
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
)
{}