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

11 lines
150 B
Kotlin
Vendored

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