IR: don't use descriptors in rendering (work in progress)
There's some descriptor-based code remaining. Need some more work on IR.
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
@0:0..13:1 FILE fqName:<root> fileName:/secondaryConstructors.kt
|
||||
@0:0..13:1 CLASS CLASS name:C modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||
@0:0..13:1 VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
|
||||
@1:4..27 CONSTRUCTOR visibility:public <> () returnType:C flags:
|
||||
@0:0..13:1 CLASS CLASS name:C modality:FINAL visibility:public flags:[] superTypes:[kotlin.Any]
|
||||
@0:0..13:1 VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.C flags:[]
|
||||
@1:4..27 CONSTRUCTOR visibility:public <> () returnType:<root>.C flags:[]
|
||||
@1:4..27 BLOCK_BODY
|
||||
@1:20..27 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
@1:4..27 INSTANCE_INITIALIZER_CALL classDescriptor='C'
|
||||
@4:4..32 CONSTRUCTOR visibility:private <> (x:kotlin.Int) returnType:C flags:
|
||||
@4:16..22 VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
|
||||
@1:20..27 DELEGATING_CONSTRUCTOR_CALL 'CONSTRUCTOR IR_EXTERNAL_DECLARATION_STUB visibility:public <> () returnType:kotlin.Any flags:[primary]'
|
||||
@1:4..27 INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:FINAL visibility:public flags:[] superTypes:[kotlin.Any]'
|
||||
@4:4..32 CONSTRUCTOR visibility:private <> (x:kotlin.Int) returnType:<root>.C flags:[]
|
||||
@4:16..22 VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:[]
|
||||
@3:4..4:32 BLOCK_BODY
|
||||
@4:25..32 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
@3:4..4:32 INSTANCE_INITIALIZER_CALL classDescriptor='C'
|
||||
@9:4..36 CONSTRUCTOR visibility:public <> (x:kotlin.String) returnType:C flags:
|
||||
@9:16..25 VALUE_PARAMETER name:x index:0 type:kotlin.String flags:
|
||||
@4:25..32 DELEGATING_CONSTRUCTOR_CALL 'CONSTRUCTOR IR_EXTERNAL_DECLARATION_STUB visibility:public <> () returnType:kotlin.Any flags:[primary]'
|
||||
@3:4..4:32 INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:FINAL visibility:public flags:[] superTypes:[kotlin.Any]'
|
||||
@9:4..36 CONSTRUCTOR visibility:public <> (x:kotlin.String) returnType:<root>.C flags:[]
|
||||
@9:16..25 VALUE_PARAMETER name:x index:0 type:kotlin.String flags:[]
|
||||
@9:4..36 BLOCK_BODY
|
||||
@9:29..36 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
@9:4..36 INSTANCE_INITIALIZER_CALL classDescriptor='C'
|
||||
@12:4..32 CONSTRUCTOR visibility:public <> (x:kotlin.Any) returnType:C flags:
|
||||
@12:16..22 VALUE_PARAMETER name:x index:0 type:kotlin.Any flags:
|
||||
@9:29..36 DELEGATING_CONSTRUCTOR_CALL 'CONSTRUCTOR IR_EXTERNAL_DECLARATION_STUB visibility:public <> () returnType:kotlin.Any flags:[primary]'
|
||||
@9:4..36 INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:FINAL visibility:public flags:[] superTypes:[kotlin.Any]'
|
||||
@12:4..32 CONSTRUCTOR visibility:public <> (x:kotlin.Any) returnType:<root>.C flags:[]
|
||||
@12:16..22 VALUE_PARAMETER name:x index:0 type:kotlin.Any flags:[]
|
||||
@11:4..12:32 BLOCK_BODY
|
||||
@12:25..32 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
@11:4..12:32 INSTANCE_INITIALIZER_CALL classDescriptor='C'
|
||||
@0:0..13:1 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean flags:
|
||||
@0:0..13:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
|
||||
@0:0..13:1 VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
|
||||
@0:0..13:1 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int flags:
|
||||
@0:0..13:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
|
||||
@0:0..13:1 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String flags:
|
||||
@0:0..13:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
|
||||
@12:25..32 DELEGATING_CONSTRUCTOR_CALL 'CONSTRUCTOR IR_EXTERNAL_DECLARATION_STUB visibility:public <> () returnType:kotlin.Any flags:[primary]'
|
||||
@11:4..12:32 INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:FINAL visibility:public flags:[] superTypes:[kotlin.Any]'
|
||||
@0:0..13:1 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean flags:[]
|
||||
@0:0..13:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
|
||||
@0:0..13:1 VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:[]
|
||||
@0:0..13:1 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int flags:[]
|
||||
@0:0..13:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
|
||||
@0:0..13:1 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String flags:[]
|
||||
@0:0..13:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
|
||||
|
||||
Reference in New Issue
Block a user