FILE /initVal.kt
  CLASS CLASS TestInitValFromParameter
    CONSTRUCTOR public constructor TestInitValFromParameter(x: kotlin.Int)
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
        INSTANCE_INITIALIZER_CALL classDescriptor='TestInitValFromParameter'
    PROPERTY public final val x: kotlin.Int
      FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int
        EXPRESSION_BODY
          GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
      FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='<get-x>(): Int'
            GET_FIELD 'x: Int' type=kotlin.Int origin=null
              receiver: THIS of 'TestInitValFromParameter' type=TestInitValFromParameter
  CLASS CLASS TestInitValInClass
    CONSTRUCTOR public constructor TestInitValInClass()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
        INSTANCE_INITIALIZER_CALL classDescriptor='TestInitValInClass'
    PROPERTY public final val x: kotlin.Int = 0
      FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int = 0
        EXPRESSION_BODY
          CONST Int type=kotlin.Int value='0'
      FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='<get-x>(): Int'
            GET_FIELD 'x: Int' type=kotlin.Int origin=null
              receiver: THIS of 'TestInitValInClass' type=TestInitValInClass
  CLASS CLASS TestInitValInInitBlock
    CONSTRUCTOR public constructor TestInitValInInitBlock()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
        INSTANCE_INITIALIZER_CALL classDescriptor='TestInitValInInitBlock'
    PROPERTY public final val x: kotlin.Int
      FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int
      FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='<get-x>(): Int'
            GET_FIELD 'x: Int' type=kotlin.Int origin=null
              receiver: THIS of 'TestInitValInInitBlock' type=TestInitValInInitBlock
    ANONYMOUS_INITIALIZER TestInitValInInitBlock
      BLOCK_BODY
        SET_FIELD 'x: Int' type=kotlin.Unit origin=null
          receiver: THIS of 'TestInitValInInitBlock' type=TestInitValInInitBlock
          value: CONST Int type=kotlin.Int value='0'
