Files
kotlin-fork/js/js.translator/testData/box/annotation/annotationClass.kt
T
2018-09-12 09:49:25 +03:00

11 lines
151 B
Kotlin
Vendored

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