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
+4 -4
View File
@@ -52,7 +52,7 @@ FILE fqName:<root> fileName:/enum.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestEnum2) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:TestEnum2 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@TestEnum2: TestEnum2' type=TestEnum2 origin=null
ENUM_ENTRY name:TEST1
@@ -177,7 +177,7 @@ FILE fqName:<root> fileName:/enum.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestEnum4) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:TestEnum4 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@TestEnum4: TestEnum4' type=TestEnum4 origin=null
ENUM_ENTRY name:TEST1
@@ -233,7 +233,7 @@ FILE fqName:<root> fileName:/enum.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z> visibility:public modality:FINAL <> ($this:TestEnum4.TEST2) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:TestEnum4.TEST2 flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<get-z>(): Int'
RETURN type=kotlin.Nothing from='<get-z>(): Int'
GET_FIELD 'z: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TEST2: TEST2' type=TestEnum4.TEST2 origin=null
ANONYMOUS_INITIALIZER TEST2
@@ -318,7 +318,7 @@ FILE fqName:<root> fileName:/enum.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestEnum5) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:TestEnum5 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@TestEnum5: TestEnum5' type=TestEnum5 origin=null
ENUM_ENTRY name:TEST1