IrFile /values.kt
  DUMMY Enum
  DUMMY A
  IrProperty public val a: kotlin.Int = 0 getter=null setter=null
    IrExpressionBody
      CONST Int type=kotlin.Int value='0'
  DUMMY Z
  IrFunction public fun test1(): Enum
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          GET_ENUM_VALUE A type=Enum
  IrFunction public fun test2(): A
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          GET_OBJECT A type=A
  IrFunction public fun test3(): kotlin.Int
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          CALL .<get-a> type=kotlin.Int operator=GET_PROPERTY
  IrFunction public fun test4(): Z.Companion
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          GET_OBJECT Companion type=Z.Companion
