Files
kotlin-fork/compiler/testData/ir/irText/declarations/fileWithAnnotations.kt.txt
T
2024-02-16 10:19:38 +00:00

10 lines
93 B
Kotlin
Vendored

@file:JvmName(name = "FileWithAnnotations")
val bar: Int
field = 42
get
fun foo() {
}