Files
kotlin-fork/compiler/testData/ir/irText/declarations/fileWithAnnotations.kt
T

6 lines
80 B
Kotlin
Vendored

// WITH_RUNTIME
@file:JvmName("FileWithAnnotations")
fun foo() {}
val bar = 42