Files
kotlin-fork/js/js.translator/testData/box/annotation/annotationClass.kt
T

10 lines
117 B
Kotlin
Vendored

package foo
annotation class bar
public annotation class Baz(val a: String)
fun box(): String {
return "OK"
}