b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
18 lines
1.6 KiB
Plaintext
Vendored
18 lines
1.6 KiB
Plaintext
Vendored
CLASS IR_EXTERNAL_DECLARATION_STUB INTERFACE name:X modality:ABSTRACT visibility:public superTypes:[<unbound IrClassPublicSymbolImpl>]
|
|
$this: VALUE_PARAMETER IR_EXTERNAL_DECLARATION_STUB name:<this> type:<root>.X
|
|
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:<unbound IrClassPublicSymbolImpl>, other:<unbound IrClassPublicSymbolImpl>?) returnType:<unbound IrClassPublicSymbolImpl> [fake_override,operator]
|
|
overridden:
|
|
public open fun equals (other: <unbound IrClassPublicSymbolImpl>?): <unbound IrClassPublicSymbolImpl> [operator] declared in kotlin.Any
|
|
$this: VALUE_PARAMETER FAKE_OVERRIDE name:<this> type:kotlin.Any
|
|
VALUE_PARAMETER IR_EXTERNAL_DECLARATION_STUB name:other index:0 type:kotlin.Any?
|
|
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:<unbound IrClassPublicSymbolImpl> [fake_override]
|
|
overridden:
|
|
public open fun hashCode (): <unbound IrClassPublicSymbolImpl> declared in kotlin.Any
|
|
$this: VALUE_PARAMETER FAKE_OVERRIDE name:<this> type:kotlin.Any
|
|
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:<unbound IrClassPublicSymbolImpl> [fake_override]
|
|
overridden:
|
|
public open fun toString (): <unbound IrClassPublicSymbolImpl> declared in kotlin.Any
|
|
$this: VALUE_PARAMETER FAKE_OVERRIDE name:<this> type:kotlin.Any
|
|
FUN IR_EXTERNAL_DECLARATION_STUB name:getA visibility:public modality:ABSTRACT <> ($this:<root>.X) returnType:<root>.X?
|
|
$this: VALUE_PARAMETER IR_EXTERNAL_DECLARATION_STUB name:<this> type:<root>.X
|