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

9 lines
259 B
Plaintext
Vendored

FILE /fileWithAnnotations.kt
fileAnnotations:
@kotlin.jvm.JvmName(name = "FileWithAnnotations")
FUN public fun foo(): kotlin.Unit
BLOCK_BODY
PROPERTY public val bar: kotlin.Int = 42
EXPRESSION_BODY
CONST Int type=kotlin.Int value='42'