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:
Dmitry Petrov
2019-03-14 14:17:26 +03:00
parent bd3d5a9dbb
commit e49eae528c
319 changed files with 18613 additions and 18703 deletions
@@ -1,14 +1,14 @@
@0:0..10 FILE fqName:<root> fileName:/fakeOverrides.kt
@0:0..10 CLASS CLASS name:Test modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
@0:0..10 VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test flags:
@0:0..10 CONSTRUCTOR visibility:public <> () returnType:Test flags:primary
@0:0..10 CLASS CLASS name:Test modality:FINAL visibility:public flags:[] superTypes:[kotlin.Any]
@0:0..10 VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Test flags:[]
@0:0..10 CONSTRUCTOR visibility:public <> () returnType:<root>.Test flags:[primary]
@0:0..10 BLOCK_BODY
@0:0..10 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
@0:0..10 INSTANCE_INITIALIZER_CALL classDescriptor='Test'
@0:0..10 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean flags:
@0:0..10 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@0:0..10 VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
@0:0..10 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int flags:
@0:0..10 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@0:0..10 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String flags:
@0:0..10 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@0:0..10 DELEGATING_CONSTRUCTOR_CALL 'CONSTRUCTOR IR_EXTERNAL_DECLARATION_STUB visibility:public <> () returnType:kotlin.Any flags:[primary]'
@0:0..10 INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Test modality:FINAL visibility:public flags:[] superTypes:[kotlin.Any]'
@0:0..10 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean flags:[]
@0:0..10 VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
@0:0..10 VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:[]
@0:0..10 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int flags:[]
@0:0..10 VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]
@0:0..10 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String flags:[]
@0:0..10 VALUE_PARAMETER name:<this> type:kotlin.Any flags:[]