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
+3 -3
View File
@@ -3,7 +3,7 @@ FILE fqName:<root> fileName:/identity.kt
VALUE_PARAMETER name:a index:0 type:kotlin.Int flags:
VALUE_PARAMETER name:b index:1 type:kotlin.Int flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=test1(Int, Int): Boolean'
RETURN type=kotlin.Nothing from='test1(Int, Int): Boolean'
CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'value-parameter a: Int' type=kotlin.Int origin=null
arg1: GET_VAR 'value-parameter b: Int' type=kotlin.Int origin=null
@@ -11,7 +11,7 @@ FILE fqName:<root> fileName:/identity.kt
VALUE_PARAMETER name:a index:0 type:kotlin.Int flags:
VALUE_PARAMETER name:b index:1 type:kotlin.Int flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=test2(Int, Int): Boolean'
RETURN type=kotlin.Nothing from='test2(Int, Int): Boolean'
CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQEQ
arg0: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EXCLEQEQ
arg0: GET_VAR 'value-parameter a: Int' type=kotlin.Int origin=null
@@ -20,7 +20,7 @@ FILE fqName:<root> fileName:/identity.kt
VALUE_PARAMETER name:a index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:b index:1 type:kotlin.Any? flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=test3(Any?, Any?): Boolean'
RETURN type=kotlin.Nothing from='test3(Any?, Any?): Boolean'
CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'value-parameter a: Any?' type=kotlin.Any? origin=null
arg1: GET_VAR 'value-parameter b: Any?' type=kotlin.Any? origin=null