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,29 +1,29 @@
FILE fqName:<root> fileName:/dynamicBinaryRelationalOperator.kt
FUN name:testLess visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:
VALUE_PARAMETER name:d index:0 type:dynamic flags:
FUN name:testLess visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:[]
VALUE_PARAMETER name:d index:0 type:dynamic flags:[]
BLOCK_BODY
RETURN type=kotlin.Nothing from='testLess(dynamic): Boolean'
RETURN type=kotlin.Nothing from='FUN name:testLess visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:[]'
DYN_OP operator=LT type=kotlin.Boolean
receiver: GET_VAR 'value-parameter d: dynamic' type=dynamic origin=null
receiver: GET_VAR 'VALUE_PARAMETER name:d index:0 type:dynamic flags:[]' type=dynamic origin=null
0: CONST Int type=kotlin.Int value=2
FUN name:testLessOrEqual visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:
VALUE_PARAMETER name:d index:0 type:dynamic flags:
FUN name:testLessOrEqual visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:[]
VALUE_PARAMETER name:d index:0 type:dynamic flags:[]
BLOCK_BODY
RETURN type=kotlin.Nothing from='testLessOrEqual(dynamic): Boolean'
RETURN type=kotlin.Nothing from='FUN name:testLessOrEqual visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:[]'
DYN_OP operator=LE type=kotlin.Boolean
receiver: GET_VAR 'value-parameter d: dynamic' type=dynamic origin=null
receiver: GET_VAR 'VALUE_PARAMETER name:d index:0 type:dynamic flags:[]' type=dynamic origin=null
0: CONST Int type=kotlin.Int value=2
FUN name:testGreater visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:
VALUE_PARAMETER name:d index:0 type:dynamic flags:
FUN name:testGreater visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:[]
VALUE_PARAMETER name:d index:0 type:dynamic flags:[]
BLOCK_BODY
RETURN type=kotlin.Nothing from='testGreater(dynamic): Boolean'
RETURN type=kotlin.Nothing from='FUN name:testGreater visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:[]'
DYN_OP operator=GT type=kotlin.Boolean
receiver: GET_VAR 'value-parameter d: dynamic' type=dynamic origin=null
receiver: GET_VAR 'VALUE_PARAMETER name:d index:0 type:dynamic flags:[]' type=dynamic origin=null
0: CONST Int type=kotlin.Int value=2
FUN name:testGreaterOrEqual visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:
VALUE_PARAMETER name:d index:0 type:dynamic flags:
FUN name:testGreaterOrEqual visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:[]
VALUE_PARAMETER name:d index:0 type:dynamic flags:[]
BLOCK_BODY
RETURN type=kotlin.Nothing from='testGreaterOrEqual(dynamic): Boolean'
RETURN type=kotlin.Nothing from='FUN name:testGreaterOrEqual visibility:public modality:FINAL <> (d:dynamic) returnType:kotlin.Boolean flags:[]'
DYN_OP operator=GE type=kotlin.Boolean
receiver: GET_VAR 'value-parameter d: dynamic' type=dynamic origin=null
receiver: GET_VAR 'VALUE_PARAMETER name:d index:0 type:dynamic flags:[]' type=dynamic origin=null
0: CONST Int type=kotlin.Int value=2