30 lines
2.1 KiB
Plaintext
Vendored
30 lines
2.1 KiB
Plaintext
Vendored
FILE fqName:<root> fileName:/justLambda.kt
|
|
PROPERTY name:test1 visibility:public modality:FINAL flags:val
|
|
FIELD PROPERTY_BACKING_FIELD name:test1 type:kotlin.Function0<kotlin.Int> visibility:public flags:final,static
|
|
EXPRESSION_BODY
|
|
BLOCK type=kotlin.Function0<kotlin.Int> origin=LAMBDA
|
|
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Int flags:
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing from='<anonymous>(): Int'
|
|
CONST Int type=kotlin.Int value=42
|
|
FUNCTION_REFERENCE '<anonymous>(): Int' type=kotlin.Function0<kotlin.Int> origin=LAMBDA
|
|
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:kotlin.Function0<kotlin.Int> flags:
|
|
correspondingProperty: PROPERTY name:test1 visibility:public modality:FINAL flags:val
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing from='<get-test1>(): () -> Int'
|
|
GET_FIELD 'test1: () -> Int' type=kotlin.Function0<kotlin.Int> origin=null
|
|
PROPERTY name:test2 visibility:public modality:FINAL flags:val
|
|
FIELD PROPERTY_BACKING_FIELD name:test2 type:kotlin.Function0<kotlin.Unit> visibility:public flags:final,static
|
|
EXPRESSION_BODY
|
|
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
|
|
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
|
GET_OBJECT 'Unit' type=kotlin.Unit
|
|
FUNCTION_REFERENCE '<anonymous>(): Unit' type=kotlin.Function0<kotlin.Unit> origin=LAMBDA
|
|
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:kotlin.Function0<kotlin.Unit> flags:
|
|
correspondingProperty: PROPERTY name:test2 visibility:public modality:FINAL flags:val
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing from='<get-test2>(): () -> Unit'
|
|
GET_FIELD 'test2: () -> Unit' type=kotlin.Function0<kotlin.Unit> origin=null
|