FILE fqName:<root> fileName:/destructuringWithUnderscore.kt
  CLASS OBJECT name:A modality:FINAL visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.A
    CONSTRUCTOR visibility:private <> () returnType:<root>.A [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:A modality:FINAL visibility:public superTypes:[kotlin.Any]'
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  CLASS OBJECT name:B modality:FINAL visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.B
    CONSTRUCTOR visibility:private <> () returnType:<root>.B [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:B modality:FINAL visibility:public superTypes:[kotlin.Any]'
    FUN name:component1 visibility:public modality:FINAL <> ($this:<root>.B) returnType:kotlin.Int
      $this: VALUE_PARAMETER name:<this> type:<root>.B
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun component1 (): kotlin.Int declared in <root>.B'
          CONST Int type=kotlin.Int value=1
    FUN name:component2 visibility:public modality:FINAL <> ($this:<root>.B) returnType:kotlin.Int
      $this: VALUE_PARAMETER name:<this> type:<root>.B
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun component2 (): kotlin.Int declared in <root>.B'
          CONST Int type=kotlin.Int value=2
    FUN name:component3 visibility:public modality:FINAL <> ($this:<root>.B) returnType:kotlin.Int
      $this: VALUE_PARAMETER name:<this> type:<root>.B
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun component3 (): kotlin.Int declared in <root>.B'
          CONST Int type=kotlin.Int value=3
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  FUN name:test visibility:public modality:FINAL <> () returnType:kotlin.Unit
    BLOCK_BODY
      VAR name:<destruct> type:IrErrorType [val]
        ERROR_CALL 'Unresolved reference: <Unresolved name: A>#' type=IrErrorType
      VAR name:x type:kotlin.Int [val]
        CALL 'public final fun component1 (): kotlin.Int declared in <root>.B' type=kotlin.Int origin=null
      VAR name:_ type:kotlin.Int [val]
        CALL 'public final fun component2 (): kotlin.Int declared in <root>.B' type=kotlin.Int origin=null
      VAR name:z type:kotlin.Int [val]
        CALL 'public final fun component3 (): kotlin.Int declared in <root>.B' type=kotlin.Int origin=null
