Update testData after IR type rendering changes
This commit is contained in:
@@ -85,9 +85,9 @@ FILE fqName:<root> fileName:/objectReference.kt
|
||||
FUN IR_EXTERNAL_DECLARATION_STUB name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
|
||||
PROPERTY name:aLambda visibility:public modality:FINAL flags:val
|
||||
FIELD PROPERTY_BACKING_FIELD name:aLambda type:() -> kotlin.Unit visibility:public flags:final
|
||||
FIELD PROPERTY_BACKING_FIELD name:aLambda type:kotlin.Function0<kotlin.Unit> visibility:public flags:final
|
||||
EXPRESSION_BODY
|
||||
BLOCK type=() -> kotlin.Unit origin=LAMBDA
|
||||
BLOCK type=kotlin.Function0<kotlin.Unit> origin=LAMBDA
|
||||
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||
BLOCK_BODY
|
||||
CALL '<set-counter>(Int): Unit' type=kotlin.Unit origin=EQ
|
||||
@@ -101,13 +101,13 @@ FILE fqName:<root> fileName:/objectReference.kt
|
||||
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
||||
CALL 'foo(): Unit' type=kotlin.Unit origin=null
|
||||
$this: GET_OBJECT 'Z' type=Z
|
||||
FUNCTION_REFERENCE '<anonymous>(): Unit' type=() -> kotlin.Unit origin=LAMBDA
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-aLambda> visibility:public modality:FINAL <> ($this:Z) returnType:() -> kotlin.Unit flags:
|
||||
FUNCTION_REFERENCE '<anonymous>(): Unit' type=kotlin.Function0<kotlin.Unit> origin=LAMBDA
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-aLambda> visibility:public modality:FINAL <> ($this:Z) returnType:kotlin.Function0<kotlin.Unit> flags:
|
||||
correspondingProperty: PROPERTY name:aLambda visibility:public modality:FINAL flags:val
|
||||
$this: VALUE_PARAMETER name:<this> type:Z flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-aLambda>(): () -> Unit'
|
||||
GET_FIELD 'aLambda: () -> Unit' type=() -> kotlin.Unit origin=null
|
||||
GET_FIELD 'aLambda: () -> Unit' type=kotlin.Function0<kotlin.Unit> origin=null
|
||||
receiver: GET_VAR 'this@Z: Z' type=Z origin=null
|
||||
PROPERTY name:anObject visibility:public modality:FINAL flags:val
|
||||
FIELD PROPERTY_BACKING_FIELD name:anObject type:kotlin.Any visibility:public flags:final
|
||||
|
||||
Reference in New Issue
Block a user