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