IrOperator -> IrStatementOrigin
This commit is contained in:
committed by
Dmitry Petrov
parent
5386d27284
commit
a8a6477ce5
+8
-8
@@ -6,15 +6,15 @@ FILE /references.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-ok>(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-ok>(): String'
|
||||
GET_BACKING_FIELD 'ok: String' type=kotlin.String operator=null
|
||||
GET_BACKING_FIELD 'ok: String' type=kotlin.String origin=null
|
||||
PROPERTY public val ok2: kotlin.String = "OK"
|
||||
FIELD PROPERTY_BACKING_FIELD public val ok2: kotlin.String = "OK"
|
||||
EXPRESSION_BODY
|
||||
CALL '<get-ok>(): String' type=kotlin.String operator=GET_PROPERTY
|
||||
CALL '<get-ok>(): String' type=kotlin.String origin=GET_PROPERTY
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-ok2>(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<get-ok2>(): String'
|
||||
GET_BACKING_FIELD 'ok2: String' type=kotlin.String operator=null
|
||||
GET_BACKING_FIELD 'ok2: String' type=kotlin.String origin=null
|
||||
PROPERTY public val ok3: kotlin.String
|
||||
FUN public fun <get-ok3>(): kotlin.String
|
||||
BLOCK_BODY
|
||||
@@ -23,21 +23,21 @@ FILE /references.kt
|
||||
FUN public fun test1(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='test1(): String'
|
||||
CALL '<get-ok>(): String' type=kotlin.String operator=GET_PROPERTY
|
||||
CALL '<get-ok>(): String' type=kotlin.String origin=GET_PROPERTY
|
||||
FUN public fun test2(x: kotlin.String): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='test2(String): String'
|
||||
GET_VAR 'value-parameter x: String' type=kotlin.String operator=null
|
||||
GET_VAR 'value-parameter x: String' type=kotlin.String origin=null
|
||||
FUN public fun test3(): kotlin.String
|
||||
BLOCK_BODY
|
||||
VAR val x: kotlin.String = "OK"
|
||||
CONST String type=kotlin.String value='OK'
|
||||
RETURN type=kotlin.Nothing from='test3(): String'
|
||||
GET_VAR 'x: String' type=kotlin.String operator=null
|
||||
GET_VAR 'x: String' type=kotlin.String origin=null
|
||||
FUN public fun test4(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='test4(): String'
|
||||
CALL '<get-ok3>(): String' type=kotlin.String operator=GET_PROPERTY
|
||||
CALL '<get-ok3>(): String' type=kotlin.String origin=GET_PROPERTY
|
||||
PROPERTY public val kotlin.String.okext: kotlin.String
|
||||
FUN public fun kotlin.String.<get-okext>(): kotlin.String
|
||||
BLOCK_BODY
|
||||
@@ -46,5 +46,5 @@ FILE /references.kt
|
||||
FUN public fun kotlin.String.test5(): kotlin.String
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='test5() on String: String'
|
||||
CALL '<get-okext>() on String: String' type=kotlin.String operator=GET_PROPERTY
|
||||
CALL '<get-okext>() on String: String' type=kotlin.String origin=GET_PROPERTY
|
||||
$receiver: $RECEIVER of 'test5() on String: String' type=kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user