FILE /primaryConstructor.kt
  CLASS CLASS Test1
    FUN public constructor Test1(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Int)
      BLOCK_BODY
        SET_BACKING_FIELD x type=kotlin.Unit operator=null
          GET_VAR x type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
        SET_BACKING_FIELD y type=kotlin.Unit operator=null
          GET_VAR y type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
    PROPERTY public final val x: kotlin.Int
      EXPRESSION_BODY
        GET_VAR x type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
    PROPERTY public final val y: kotlin.Int
      EXPRESSION_BODY
        GET_VAR y type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
  CLASS CLASS Test2
    FUN public constructor Test2(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Int)
      BLOCK_BODY
        SET_BACKING_FIELD y type=kotlin.Unit operator=null
          GET_VAR y type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
        SET_BACKING_FIELD x type=kotlin.Unit operator=null
          GET_VAR x type=kotlin.Int operator=null
    PROPERTY public final val y: kotlin.Int
      EXPRESSION_BODY
        GET_VAR y type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
    PROPERTY public final val x: kotlin.Int
      EXPRESSION_BODY
        GET_VAR x type=kotlin.Int operator=null
  CLASS CLASS Test3
    FUN public constructor Test3(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Int)
      BLOCK_BODY
        SET_BACKING_FIELD y type=kotlin.Unit operator=null
          GET_VAR y type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
        BLOCK type=kotlin.Unit operator=null
          SET_BACKING_FIELD x type=kotlin.Unit operator=null
            GET_VAR x type=kotlin.Int operator=null
    PROPERTY public final val y: kotlin.Int
      EXPRESSION_BODY
        GET_VAR y type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
    PROPERTY public final val x: kotlin.Int
