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
@@ -24,7 +24,7 @@
@2:0..8:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@10:0..18 FUN name:foo visibility:public modality:FINAL <> () returnType:Host flags:
@10:12..18 BLOCK_BODY
@10:12..18 RETURN type=kotlin.Nothing from=foo(): Host'
@10:12..18 RETURN type=kotlin.Nothing from='foo(): Host'
@10:12..18 CALL 'constructor Host()' type=test.Host origin=null
@12:0..14:1 FUN name:test2 visibility:public modality:FINAL <> ($receiver:test.Host) returnType:Unit flags:
@12:4..8 VALUE_PARAMETER name:<this> type:test.Host flags:
@@ -15,7 +15,7 @@
@1:8..18 FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@1:8..18 BLOCK_BODY
@1:8..18 RETURN type=kotlin.Nothing from=<get-x>(): Int'
@1:8..18 RETURN type=kotlin.Nothing from='<get-x>(): Int'
@1:8..18 GET_FIELD 'x: Int' type=kotlin.Int origin=null
@1:8..18 GET_VAR 'this@C: C' type=C origin=null
@2:8..21 PROPERTY name:y type:kotlin.String visibility:public modality:FINAL flags:val
@@ -25,7 +25,7 @@
@2:8..21 FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:C) returnType:String flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@2:8..21 BLOCK_BODY
@2:8..21 RETURN type=kotlin.Nothing from=<get-y>(): String'
@2:8..21 RETURN type=kotlin.Nothing from='<get-y>(): String'
@2:8..21 GET_FIELD 'y: String' type=kotlin.String origin=null
@2:8..21 GET_VAR 'this@C: C' type=C origin=null
@3:8..18 PROPERTY name:z type:kotlin.Any visibility:public modality:FINAL flags:val
@@ -35,25 +35,25 @@
@3:8..18 FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z> visibility:public modality:FINAL <> ($this:C) returnType:Any flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@3:8..18 BLOCK_BODY
@3:8..18 RETURN type=kotlin.Nothing from=<get-z>(): Any'
@3:8..18 RETURN type=kotlin.Nothing from='<get-z>(): Any'
@3:8..18 GET_FIELD 'z: Any' type=kotlin.Any origin=null
@3:8..18 GET_VAR 'this@C: C' type=C origin=null
@1:8..18 FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@1:8..18 BLOCK_BODY
@1:8..18 RETURN type=kotlin.Nothing from=component1(): Int'
@1:8..18 RETURN type=kotlin.Nothing from='component1(): Int'
@1:8..18 CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
@1:8..18 GET_VAR 'this@C: C' type=C origin=null
@2:8..21 FUN GENERATED_DATA_CLASS_MEMBER name:component2 visibility:public modality:FINAL <> ($this:C) returnType:String flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@2:8..21 BLOCK_BODY
@2:8..21 RETURN type=kotlin.Nothing from=component2(): String'
@2:8..21 RETURN type=kotlin.Nothing from='component2(): String'
@2:8..21 CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
@2:8..21 GET_VAR 'this@C: C' type=C origin=null
@3:8..18 FUN GENERATED_DATA_CLASS_MEMBER name:component3 visibility:public modality:FINAL <> ($this:C) returnType:Any flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@3:8..18 BLOCK_BODY
@3:8..18 RETURN type=kotlin.Nothing from=component3(): Any'
@3:8..18 RETURN type=kotlin.Nothing from='component3(): Any'
@3:8..18 CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
@3:8..18 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:C, x:kotlin.Int, y:kotlin.String, z:kotlin.Any) returnType:C flags:
@@ -71,7 +71,7 @@
@0:0..4:1 CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 BLOCK_BODY
@0:0..4:1 RETURN type=kotlin.Nothing from=copy(Int = ..., String = ..., Any = ...): C'
@0:0..4:1 RETURN type=kotlin.Nothing from='copy(Int = ..., String = ..., Any = ...): C'
@0:0..4:1 CALL 'constructor C(Int, String, Any)' type=C origin=null
@0:0..4:1 GET_VAR 'value-parameter x: Int = ...' type=kotlin.Int origin=null
@0:0..4:1 GET_VAR 'value-parameter y: String = ...' type=kotlin.String origin=null
@@ -79,7 +79,7 @@
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:C) returnType:String flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@0:0..4:1 BLOCK_BODY
@0:0..4:1 RETURN type=kotlin.Nothing from=toString(): String'
@0:0..4:1 RETURN type=kotlin.Nothing from='toString(): String'
@0:0..4:1 STRING_CONCATENATION type=kotlin.String
@0:0..4:1 CONST String type=kotlin.String value=C(
@0:0..4:1 CONST String type=kotlin.String value=x=
@@ -119,7 +119,7 @@
@0:0..4:1 CALL 'hashCode(): Int' type=kotlin.Int origin=null
@0:0..4:1 CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from=hashCode(): Int'
@0:0..4:1 RETURN type=kotlin.Nothing from='hashCode(): Int'
@0:0..4:1 GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:C, other:kotlin.Any?) returnType:Boolean flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@@ -130,13 +130,13 @@
@0:0..4:1 CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=true
@0:0..4:1 WHEN type=kotlin.Unit origin=null
@0:0..4:1 BRANCH
@0:0..4:1 TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=C
@0:0..4:1 GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=false
@0:0..4:1 VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:C flags:val
@0:0..4:1 TYPE_OP type=C origin=CAST typeOperand=C
@@ -149,7 +149,7 @@
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'tmp0_other_with_cast: C' type=C origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=false
@0:0..4:1 WHEN type=kotlin.Unit origin=null
@0:0..4:1 BRANCH
@@ -159,7 +159,7 @@
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'tmp0_other_with_cast: C' type=C origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=false
@0:0..4:1 WHEN type=kotlin.Unit origin=null
@0:0..4:1 BRANCH
@@ -169,7 +169,7 @@
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'tmp0_other_with_cast: C' type=C origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=false
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=true