Minor: add missing "'"
This commit is contained in:
@@ -20,7 +20,7 @@ FILE fqName:<root> fileName:/multipleThisReferences.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Outer.Inner) returnType:Int flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Outer.Inner flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-x>(): Int'
|
||||
RETURN type=kotlin.Nothing from='<get-x>(): Int'
|
||||
GET_FIELD 'x: Int' type=kotlin.Int origin=null
|
||||
receiver: GET_VAR 'this@Inner: Inner' type=Outer.Inner origin=null
|
||||
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
|
||||
@@ -51,14 +51,14 @@ FILE fqName:<root> fileName:/multipleThisReferences.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Host) returnType:Int flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Host flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-y>(): Int'
|
||||
RETURN type=kotlin.Nothing from='<get-y>(): Int'
|
||||
GET_FIELD 'y: Int' type=kotlin.Int origin=null
|
||||
receiver: GET_VAR 'this@Host: Host' type=Host origin=null
|
||||
FUN name:test visibility:public modality:FINAL <> ($this:Host, $receiver:Outer) returnType:Inner flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Host flags:
|
||||
$receiver: VALUE_PARAMETER name:<this> type:Outer flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=test() on Outer: Outer.Inner'
|
||||
RETURN type=kotlin.Nothing from='test() on Outer: Outer.Inner'
|
||||
BLOCK type=Host.test.<no name provided> origin=OBJECT_LITERAL
|
||||
CLASS CLASS name:<no name provided> modality:FINAL visibility:local flags:
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Host.test.<no name provided> flags:
|
||||
@@ -79,7 +79,7 @@ FILE fqName:<root> fileName:/multipleThisReferences.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-xx> visibility:public modality:FINAL <> ($this:Host.test.<no name provided>) returnType:Int flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Host.test.<no name provided> flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-xx>(): Int'
|
||||
RETURN type=kotlin.Nothing from='<get-xx>(): Int'
|
||||
GET_FIELD 'xx: Int' type=kotlin.Int origin=null
|
||||
receiver: GET_VAR 'this@<no name provided>: <no name provided>' type=Host.test.<no name provided> origin=null
|
||||
PROPERTY FAKE_OVERRIDE name:x type:kotlin.Int visibility:public modality:FINAL flags:val
|
||||
|
||||
Reference in New Issue
Block a user