Files
kotlin-fork/compiler/testData/ir/irText/declarations/fileWithAnnotations.kt.txt
T
2020-11-26 00:14:16 +03:00

10 lines
93 B
Plaintext
Vendored

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