IR: IrSimpleFunction.correspondingProperty: IrProperty?
Non-null for a property accessor, points to a corresponding property.
This commit is contained in:
@@ -13,6 +13,7 @@ FILE fqName:<root> fileName:/javaInnerClass.kt
|
||||
CALL 'constructor JInner()' type=J.JInner origin=null
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test> visibility:public modality:FINAL <> ($this:Test1) returnType:JInner flags:
|
||||
correspondingProperty: PROPERTY name:test type:J.JInner visibility:public modality:FINAL flags:val
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-test>(): J.JInner'
|
||||
|
||||
Reference in New Issue
Block a user