IR: IrSimpleFunction.correspondingProperty: IrProperty?
Non-null for a property accessor, points to a corresponding property.
This commit is contained in:
+3
@@ -10,6 +10,7 @@ FILE fqName:<root> fileName:/varargsInAnnotationArguments.kt
|
||||
EXPRESSION_BODY
|
||||
GET_VAR 'value-parameter vararg xs: Int' type=kotlin.IntArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-xs> visibility:public modality:FINAL <> ($this:A1) returnType:IntArray flags:
|
||||
correspondingProperty: PROPERTY name:xs type:kotlin.IntArray visibility:public modality:FINAL flags:val
|
||||
$this: VALUE_PARAMETER name:<this> type:A1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-xs>(): IntArray'
|
||||
@@ -39,6 +40,7 @@ FILE fqName:<root> fileName:/varargsInAnnotationArguments.kt
|
||||
EXPRESSION_BODY
|
||||
GET_VAR 'value-parameter vararg xs: String' type=kotlin.Array<out kotlin.String> origin=INITIALIZE_PROPERTY_FROM_PARAMETER
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-xs> visibility:public modality:FINAL <> ($this:A2) returnType:Array<out String> flags:
|
||||
correspondingProperty: PROPERTY name:xs type:kotlin.Array<out kotlin.String> visibility:public modality:FINAL flags:val
|
||||
$this: VALUE_PARAMETER name:<this> type:A2 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-xs>(): Array<out String>'
|
||||
@@ -68,6 +70,7 @@ FILE fqName:<root> fileName:/varargsInAnnotationArguments.kt
|
||||
EXPRESSION_BODY
|
||||
GET_VAR 'value-parameter vararg xs: A1' type=kotlin.Array<out A1> origin=INITIALIZE_PROPERTY_FROM_PARAMETER
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-xs> visibility:public modality:FINAL <> ($this:AA) returnType:Array<out A1> flags:
|
||||
correspondingProperty: PROPERTY name:xs type:kotlin.Array<out A1> visibility:public modality:FINAL flags:val
|
||||
$this: VALUE_PARAMETER name:<this> type:AA flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-xs>(): Array<out A1>'
|
||||
|
||||
Reference in New Issue
Block a user