Minor: add missing "'"
This commit is contained in:
@@ -8,7 +8,7 @@ FILE fqName:<root> fileName:/interfaceProperties.kt
|
||||
FUN name:<get-test2> visibility:public modality:OPEN <> ($this:C) returnType:Int flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:C flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-test2>(): Int'
|
||||
RETURN type=kotlin.Nothing from='<get-test2>(): Int'
|
||||
CONST Int type=kotlin.Int value=0
|
||||
PROPERTY name:test3 type:kotlin.Int visibility:public modality:ABSTRACT flags:var
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:ABSTRACT <> ($this:C) returnType:Int flags:
|
||||
@@ -20,7 +20,7 @@ FILE fqName:<root> fileName:/interfaceProperties.kt
|
||||
FUN name:<get-test4> visibility:public modality:OPEN <> ($this:C) returnType:Int flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:C flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-test4>(): Int'
|
||||
RETURN type=kotlin.Nothing from='<get-test4>(): Int'
|
||||
CONST Int type=kotlin.Int value=0
|
||||
FUN name:<set-test4> visibility:public modality:OPEN <> ($this:C, value:kotlin.Int) returnType:Unit flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:C flags:
|
||||
|
||||
Reference in New Issue
Block a user