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

8 lines
120 B
Kotlin
Vendored

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