Files
kotlin/compiler/testData/loadJava/compiledKotlinWithStdlib/coroutines/annotatedSuspendFun.kt

6 lines
104 B
Kotlin
Vendored

//ALLOW_AST_ACCESS
package test
annotation class Anno(val t: String)
@Anno("foo") suspend fun foo() {}