IR: IrSimpleFunction.correspondingProperty: IrProperty?

Non-null for a property accessor, points to a corresponding property.
This commit is contained in:
Dmitry Petrov
2018-05-24 16:47:25 +03:00
parent 216dbf9637
commit ab455d6572
146 changed files with 604 additions and 20 deletions
+1
View File
@@ -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'