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