IR: IrSimpleFunction.correspondingProperty: IrProperty?
Non-null for a property accessor, points to a corresponding property.
This commit is contained in:
@@ -8,6 +8,7 @@ FILE fqName:<root> fileName:/catchParameterInTopLevelProperty.kt
|
||||
VAR CATCH_PARAMETER name:e type:kotlin.Throwable flags:val
|
||||
BLOCK type=kotlin.Unit origin=null
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test> visibility:public modality:FINAL <> () returnType:Unit flags:
|
||||
correspondingProperty: PROPERTY name:test type:kotlin.Unit visibility:public modality:FINAL flags:val
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test>(): Unit'
|
||||
GET_FIELD 'test: Unit' type=kotlin.Unit origin=null
|
||||
|
||||
Reference in New Issue
Block a user