24 lines
694 B
Plaintext
Vendored
24 lines
694 B
Plaintext
Vendored
FILE /values.kt
|
|
CLASS ENUM_CLASS Enum
|
|
CLASS OBJECT A
|
|
PROPERTY public val a: kotlin.Int = 0 getter=null setter=null
|
|
EXPRESSION_BODY
|
|
CONST Int type=kotlin.Int value='0'
|
|
CLASS CLASS Z
|
|
FUN public fun test1(): Enum
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing
|
|
GET_ENUM_VALUE A type=Enum
|
|
FUN public fun test2(): A
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing
|
|
GET_OBJECT A type=A
|
|
FUN public fun test3(): kotlin.Int
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing
|
|
CALL .<get-a> type=kotlin.Int operator=GET_PROPERTY
|
|
FUN public fun test4(): Z.Companion
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing
|
|
GET_OBJECT Companion type=Z.Companion
|