Minor: add missing "'"
This commit is contained in:
@@ -25,7 +25,7 @@ FILE fqName:<root> fileName:/objectWithInitializers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test) returnType:Int flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test 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@Test: Test' type=Test origin=null
|
||||
PROPERTY name:y type:kotlin.Int visibility:public modality:FINAL flags:val
|
||||
@@ -33,7 +33,7 @@ FILE fqName:<root> fileName:/objectWithInitializers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test) returnType:Int flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test 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@Test: Test' type=Test origin=null
|
||||
ANONYMOUS_INITIALIZER Test
|
||||
|
||||
Reference in New Issue
Block a user