FILE /contructorCall.kt
  CLASS CLASS A
    $this: VALUE_PARAMETER this@A: A
    CONSTRUCTOR public constructor A()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
        INSTANCE_INITIALIZER_CALL classDescriptor='A'
    FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
      $this: VALUE_PARAMETER this@Any: Any
      VALUE_PARAMETER value-parameter other: kotlin.Any?
    FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
      $this: VALUE_PARAMETER this@Any: Any
    FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
      $this: VALUE_PARAMETER this@Any: Any
  PROPERTY public val test: A
    FIELD PROPERTY_BACKING_FIELD public val test: A
      EXPRESSION_BODY
        CALL 'constructor A()' type=A origin=null
    FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test>(): A
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test>(): A'
          GET_FIELD 'test: A' type=A origin=null

