FILE /simple.kt
  PROPERTY public val test: kotlin.Int = 4
    FIELD PROPERTY_BACKING_FIELD public val test: kotlin.Int = 4
      EXPRESSION_BODY
        CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS
          $this: CONST Int type=kotlin.Int value='2'
          other: CONST Int type=kotlin.Int value='2'
    FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test>(): kotlin.Int
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test>(): Int'
          GET_FIELD 'test: Int' type=kotlin.Int origin=null

