Minor: add missing "'"
This commit is contained in:
@@ -3,7 +3,7 @@ FILE fqName:<root> fileName:/stringComparisons.kt
|
||||
VALUE_PARAMETER name:a index:0 type:kotlin.String flags:
|
||||
VALUE_PARAMETER name:b index:1 type:kotlin.String flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=test1(String, String): Boolean'
|
||||
RETURN type=kotlin.Nothing from='test1(String, String): Boolean'
|
||||
CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT
|
||||
arg0: CALL 'compareTo(String): Int' type=kotlin.Int origin=GT
|
||||
$this: GET_VAR 'value-parameter a: String' type=kotlin.String origin=null
|
||||
@@ -12,7 +12,7 @@ FILE fqName:<root> fileName:/stringComparisons.kt
|
||||
VALUE_PARAMETER name:a index:0 type:kotlin.String flags:
|
||||
VALUE_PARAMETER name:b index:1 type:kotlin.String flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=test2(String, String): Boolean'
|
||||
RETURN type=kotlin.Nothing from='test2(String, String): Boolean'
|
||||
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
|
||||
arg0: CALL 'compareTo(String): Int' type=kotlin.Int origin=LT
|
||||
$this: GET_VAR 'value-parameter a: String' type=kotlin.String origin=null
|
||||
@@ -21,7 +21,7 @@ FILE fqName:<root> fileName:/stringComparisons.kt
|
||||
VALUE_PARAMETER name:a index:0 type:kotlin.String flags:
|
||||
VALUE_PARAMETER name:b index:1 type:kotlin.String flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=test3(String, String): Boolean'
|
||||
RETURN type=kotlin.Nothing from='test3(String, String): Boolean'
|
||||
CALL 'GTEQ0(Int): Boolean' type=kotlin.Boolean origin=GTEQ
|
||||
arg0: CALL 'compareTo(String): Int' type=kotlin.Int origin=GTEQ
|
||||
$this: GET_VAR 'value-parameter a: String' type=kotlin.String origin=null
|
||||
@@ -30,7 +30,7 @@ FILE fqName:<root> fileName:/stringComparisons.kt
|
||||
VALUE_PARAMETER name:a index:0 type:kotlin.String flags:
|
||||
VALUE_PARAMETER name:b index:1 type:kotlin.String flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=test4(String, String): Boolean'
|
||||
RETURN type=kotlin.Nothing from='test4(String, String): Boolean'
|
||||
CALL 'LTEQ0(Int): Boolean' type=kotlin.Boolean origin=LTEQ
|
||||
arg0: CALL 'compareTo(String): Int' type=kotlin.Int origin=LTEQ
|
||||
$this: GET_VAR 'value-parameter a: String' type=kotlin.String origin=null
|
||||
|
||||
Reference in New Issue
Block a user