FIR2IR: generate specific sources for property accessors
Related to KT-60111
This commit is contained in:
committed by
Space Team
parent
f38b8fd8cb
commit
0fb4c9b4fe
+2
-2
@@ -27,8 +27,8 @@
|
||||
@25:4..27:25 FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:private [final]
|
||||
@25:17..19 EXPRESSION_BODY
|
||||
@25:17..19 CONST Int type=kotlin.Int value=42
|
||||
@25:4..27:25 FUN name:<get-x> visibility:public modality:FINAL <> ($this:<root>.Foo) returnType:kotlin.Int
|
||||
@25:4..27:25 VALUE_PARAMETER name:<this> type:<root>.Foo
|
||||
@27:8..25 FUN name:<get-x> visibility:public modality:FINAL <> ($this:<root>.Foo) returnType:kotlin.Int
|
||||
@27:8..25 VALUE_PARAMETER name:<this> type:<root>.Foo
|
||||
@27:16..25 BLOCK_BODY
|
||||
@27:25..25 RETURN type=kotlin.Nothing from='public final fun <get-x> (): kotlin.Int declared in <root>.Foo'
|
||||
@27:22..25 CALL 'public final fun plus (other: kotlin.Int): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=PLUS
|
||||
|
||||
Reference in New Issue
Block a user