Files
kotlin-fork/compiler/testData/ir/irText/declarations/fileWithAnnotations.txt
T
2017-05-04 09:33:03 +03:00

15 lines
533 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
FIELD PROPERTY_BACKING_FIELD public val bar: kotlin.Int = 42
EXPRESSION_BODY
CONST Int type=kotlin.Int value='42'
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-bar>(): kotlin.Int
BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): Int'
GET_FIELD 'bar: Int' type=kotlin.Int origin=null