Files
kotlin-fork/compiler/testData/ir/irText/declarations/fileWithAnnotations.kt
T
2019-08-30 11:47:32 +03:00

7 lines
97 B
Kotlin
Vendored

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