Minor: add missing "'"

This commit is contained in:
Dmitry Petrov
2018-01-16 16:49:03 +03:00
parent bba8168150
commit 6cb68531ae
156 changed files with 683 additions and 682 deletions
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/differentReceivers.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:MyClass) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:MyClass flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-value>(): String'
RETURN type=kotlin.Nothing from='<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@MyClass: MyClass' type=MyClass origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -28,7 +28,7 @@ FILE fqName:<root> fileName:/differentReceivers.kt
VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any) on MyClass: String'
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any) on MyClass: String'
CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@provideDelegate: MyClass' type=MyClass origin=null
FUN name:getValue visibility:public modality:FINAL <> ($receiver:kotlin.String, receiver:kotlin.Any?, p:kotlin.Any) returnType:String flags:
@@ -36,7 +36,7 @@ FILE fqName:<root> fileName:/differentReceivers.kt
VALUE_PARAMETER name:receiver index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=getValue(Any?, Any) on String: String'
RETURN type=kotlin.Nothing from='getValue(Any?, Any) on String: String'
GET_VAR 'this@getValue: String' type=kotlin.String origin=null
PROPERTY name:testO type:kotlin.String visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE name:testO$delegate type:kotlin.String visibility:private
@@ -48,7 +48,7 @@ FILE fqName:<root> fileName:/differentReceivers.kt
p: PROPERTY_REFERENCE 'testO: String' field=null getter='<get-testO>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testO> visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-testO>(): String'
RETURN type=kotlin.Nothing from='<get-testO>(): String'
CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null
$receiver: GET_FIELD '`testO$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value=null
@@ -59,7 +59,7 @@ FILE fqName:<root> fileName:/differentReceivers.kt
CONST String type=kotlin.String value=K
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testK> visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-testK>(): String'
RETURN type=kotlin.Nothing from='<get-testK>(): String'
CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null
$receiver: GET_FIELD '`testK$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value=null
@@ -72,6 +72,6 @@ FILE fqName:<root> fileName:/differentReceivers.kt
other: CALL '<get-testK>(): String' type=kotlin.String origin=GET_PROPERTY
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testOK> visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-testOK>(): String'
RETURN type=kotlin.Nothing from='<get-testOK>(): String'
GET_FIELD 'testOK: String' type=kotlin.String origin=null
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/local.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:Delegate) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Delegate flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-value>(): String'
RETURN type=kotlin.Nothing from='<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN name:getValue visibility:public modality:FINAL <> ($this:Delegate, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:String flags:
@@ -21,7 +21,7 @@ FILE fqName:<root> fileName:/local.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=getValue(Any?, Any?): String'
RETURN type=kotlin.Nothing from='getValue(Any?, Any?): String'
CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/local.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:DelegateProvider) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-value>(): String'
RETURN type=kotlin.Nothing from='<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN name:provideDelegate visibility:public modality:FINAL <> ($this:DelegateProvider, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:Delegate flags:
@@ -53,7 +53,7 @@ FILE fqName:<root> fileName:/local.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any?): Delegate'
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any?): Delegate'
CALL 'constructor Delegate(String)' type=Delegate origin=null
value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
@@ -75,7 +75,7 @@ FILE fqName:<root> fileName:/local.kt
property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testMember: String' delegate='`testMember$delegate`: Delegate' getter='<get-testMember>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testMember> visibility:local modality:FINAL <> () returnType:String flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-testMember>(): String'
RETURN type=kotlin.Nothing from='<get-testMember>(): String'
CALL 'getValue(Any?, Any?): String' type=kotlin.String origin=null
$this: GET_VAR '`testMember$delegate`: Delegate' type=Delegate origin=null
thisRef: CONST Null type=kotlin.Nothing? value=null
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:MyClass) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:MyClass flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-value>(): String'
RETURN type=kotlin.Nothing from='<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@MyClass: MyClass' type=MyClass origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -28,7 +28,7 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any) on MyClass: String'
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any) on MyClass: String'
CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@provideDelegate: MyClass' type=MyClass origin=null
FUN name:getValue visibility:public modality:FINAL <> ($receiver:kotlin.String, receiver:kotlin.Any?, p:kotlin.Any) returnType:String flags:
@@ -36,7 +36,7 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
VALUE_PARAMETER name:receiver index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=getValue(Any?, Any) on String: String'
RETURN type=kotlin.Nothing from='getValue(Any?, Any) on String: String'
GET_VAR 'this@getValue: String' type=kotlin.String origin=null
FUN name:box visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY
@@ -49,7 +49,7 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testO: String' delegate='`testO$delegate`: String' getter='<get-testO>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testO> visibility:local modality:FINAL <> () returnType:String flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-testO>(): String'
RETURN type=kotlin.Nothing from='<get-testO>(): String'
CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null
$receiver: GET_VAR '`testO$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value=null
@@ -59,7 +59,7 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
CONST String type=kotlin.String value=K
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testK> visibility:local modality:FINAL <> () returnType:String flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-testK>(): String'
RETURN type=kotlin.Nothing from='<get-testK>(): String'
CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null
$receiver: GET_VAR '`testK$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value=null
@@ -68,6 +68,6 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
CALL 'plus(Any?): String' type=kotlin.String origin=PLUS
$this: CALL '<get-testO>(): String' type=kotlin.String origin=GET_LOCAL_PROPERTY
other: CALL '<get-testK>(): String' type=kotlin.String origin=GET_LOCAL_PROPERTY
RETURN type=kotlin.Nothing from=box(): String'
RETURN type=kotlin.Nothing from='box(): String'
GET_VAR 'testOK: String' type=kotlin.String origin=null
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/member.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:Delegate) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Delegate flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-value>(): String'
RETURN type=kotlin.Nothing from='<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN name:getValue visibility:public modality:FINAL <> ($this:Delegate, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:String flags:
@@ -21,7 +21,7 @@ FILE fqName:<root> fileName:/member.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=getValue(Any?, Any?): String'
RETURN type=kotlin.Nothing from='getValue(Any?, Any?): String'
CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/member.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:DelegateProvider) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-value>(): String'
RETURN type=kotlin.Nothing from='<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN name:provideDelegate visibility:public modality:FINAL <> ($this:DelegateProvider, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:Delegate flags:
@@ -53,7 +53,7 @@ FILE fqName:<root> fileName:/member.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any?): Delegate'
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any?): Delegate'
CALL 'constructor Delegate(String)' type=Delegate origin=null
value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
@@ -81,7 +81,7 @@ FILE fqName:<root> fileName:/member.kt
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testMember> visibility:public modality:FINAL <> ($this:Host) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Host flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-testMember>(): String'
RETURN type=kotlin.Nothing from='<get-testMember>(): String'
CALL 'getValue(Any?, Any?): String' type=kotlin.String origin=null
$this: GET_FIELD '`testMember$delegate`: Delegate' type=Delegate origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null
@@ -19,7 +19,7 @@ FILE fqName:<root> fileName:/memberExtension.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-s> visibility:public modality:FINAL <> ($this:Host.StringDelegate) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Host.StringDelegate flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-s>(): String'
RETURN type=kotlin.Nothing from='<get-s>(): String'
GET_FIELD 's: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@StringDelegate: StringDelegate' type=Host.StringDelegate origin=null
FUN name:getValue visibility:public modality:FINAL <> ($this:Host.StringDelegate, receiver:kotlin.String, p:kotlin.Any) returnType:String flags:
@@ -27,7 +27,7 @@ FILE fqName:<root> fileName:/memberExtension.kt
VALUE_PARAMETER name:receiver index:0 type:kotlin.String flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=getValue(String, Any): String'
RETURN type=kotlin.Nothing from='getValue(String, Any): String'
CALL 'plus(Any?): String' type=kotlin.String origin=PLUS
$this: GET_VAR 'value-parameter receiver: String' type=kotlin.String origin=null
other: CALL '<get-s>(): String' type=kotlin.String origin=GET_PROPERTY
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/memberExtension.kt
VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any) on String: Host.StringDelegate'
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any) on String: Host.StringDelegate'
CALL 'constructor StringDelegate(String)' type=Host.StringDelegate origin=null
s: GET_VAR 'this@provideDelegate: String' type=kotlin.String origin=null
PROPERTY name:plusK type:kotlin.String visibility:public modality:FINAL flags:delegatedmval
@@ -60,7 +60,7 @@ FILE fqName:<root> fileName:/memberExtension.kt
$this: VALUE_PARAMETER name:<this> type:Host flags:
$receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-plusK>() on String: String'
RETURN type=kotlin.Nothing from='<get-plusK>() on String: String'
CALL 'getValue(String, Any): String' type=kotlin.String origin=null
$this: GET_FIELD '`plusK$delegate`: Host.StringDelegate' type=Host.StringDelegate origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null
@@ -75,7 +75,7 @@ FILE fqName:<root> fileName:/memberExtension.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-ok> visibility:public modality:FINAL <> ($this:Host) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Host flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-ok>(): String'
RETURN type=kotlin.Nothing from='<get-ok>(): String'
GET_FIELD 'ok: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/topLevel.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:Delegate) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Delegate flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-value>(): String'
RETURN type=kotlin.Nothing from='<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN name:getValue visibility:public modality:FINAL <> ($this:Delegate, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:String flags:
@@ -21,7 +21,7 @@ FILE fqName:<root> fileName:/topLevel.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=getValue(Any?, Any?): String'
RETURN type=kotlin.Nothing from='getValue(Any?, Any?): String'
CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/topLevel.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:DelegateProvider) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-value>(): String'
RETURN type=kotlin.Nothing from='<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN name:provideDelegate visibility:public modality:FINAL <> ($this:DelegateProvider, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:Delegate flags:
@@ -53,7 +53,7 @@ FILE fqName:<root> fileName:/topLevel.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any?): Delegate'
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any?): Delegate'
CALL 'constructor Delegate(String)' type=Delegate origin=null
value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
@@ -74,7 +74,7 @@ FILE fqName:<root> fileName:/topLevel.kt
property: PROPERTY_REFERENCE 'testTopLevel: String' field=null getter='<get-testTopLevel>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testTopLevel> visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-testTopLevel>(): String'
RETURN type=kotlin.Nothing from='<get-testTopLevel>(): String'
CALL 'getValue(Any?, Any?): String' type=kotlin.String origin=null
$this: GET_FIELD '`testTopLevel$delegate`: Delegate' type=Delegate origin=null
thisRef: CONST Null type=kotlin.Nothing? value=null