FILE /values.kt
  DUMMY Enum
  DUMMY A
  PROPERTY public val a: kotlin.Int = 0 getter=null setter=null
    EXPRESSION_BODY
      CONST Int type=kotlin.Int value='0'
  DUMMY Z
  FUN public fun test1(): Enum
    BLOCK_BODY
      RETURN type=<no-type>
        GET_ENUM_VALUE A type=Enum
  FUN public fun test2(): A
    BLOCK_BODY
      RETURN type=<no-type>
        GET_OBJECT A type=A
  FUN public fun test3(): kotlin.Int
    BLOCK_BODY
      RETURN type=<no-type>
        CALL .<get-a> type=kotlin.Int operator=GET_PROPERTY
  FUN public fun test4(): Z.Companion
    BLOCK_BODY
      RETURN type=<no-type>
        GET_OBJECT Companion type=Z.Companion
