IR: get rid of descriptors in DumpIrTree
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ FILE fqName:<root> fileName:/variableAsFunctionCallWithGenerics.kt
|
||||
RETURN type=kotlin.Nothing from='public final fun testGeneric1 (x: kotlin.String): kotlin.String declared in <root>'
|
||||
CALL 'public abstract fun invoke (): R of kotlin.Function0 declared in kotlin.Function0' type=kotlin.String origin=INVOKE
|
||||
$this: CALL 'public final fun <get-gk> <T> (): kotlin.Function0<T of <root>.<get-gk>> declared in <root>' type=kotlin.Function0<kotlin.String> origin=GET_PROPERTY
|
||||
<`0>: kotlin.String
|
||||
<T>: kotlin.String
|
||||
$receiver: GET_VAR 'x: kotlin.String declared in <root>.testGeneric1' type=kotlin.String origin=null
|
||||
PROPERTY name:kt26531Val visibility:public modality:FINAL [val]
|
||||
FUN name:<get-kt26531Val> visibility:public modality:FINAL <T> ($receiver:T of <root>.<get-kt26531Val>) returnType:kotlin.Function0<T of <root>.<get-kt26531Val>>
|
||||
@@ -38,5 +38,5 @@ FILE fqName:<root> fileName:/variableAsFunctionCallWithGenerics.kt
|
||||
RETURN type=kotlin.Nothing from='public final fun kt26531 (): kotlin.Int declared in <root>'
|
||||
CALL 'public abstract fun invoke (): R of kotlin.Function0 declared in kotlin.Function0' type=kotlin.Int origin=INVOKE
|
||||
$this: CALL 'public final fun <get-kt26531Val> <T> (): kotlin.Function0<T of <root>.<get-kt26531Val>> declared in <root>' type=kotlin.Function0<kotlin.Int> origin=GET_PROPERTY
|
||||
<`0>: kotlin.Int
|
||||
<T>: kotlin.Int
|
||||
$receiver: CONST Int type=kotlin.Int value=7
|
||||
|
||||
Reference in New Issue
Block a user