Minor: add missing "'"
This commit is contained in:
@@ -22,7 +22,7 @@ FILE fqName:<root> fileName:/coercionInLoop.kt
|
||||
index: GET_VAR 'i: Int' type=kotlin.Int origin=null
|
||||
arg1: CALL 'next(): Double' type=kotlin.Double origin=null
|
||||
$this: GET_VAR 'x: DoubleIterator' type=kotlin.collections.DoubleIterator origin=null
|
||||
then: RETURN type=kotlin.Nothing from=box(): String'
|
||||
then: RETURN type=kotlin.Nothing from='box(): String'
|
||||
STRING_CONCATENATION type=kotlin.String
|
||||
CONST String type=kotlin.String value=Fail
|
||||
GET_VAR 'i: Int' type=kotlin.Int origin=null
|
||||
@@ -34,6 +34,6 @@ FILE fqName:<root> fileName:/coercionInLoop.kt
|
||||
CALL 'inc(): Int' type=kotlin.Int origin=POSTFIX_INCR
|
||||
$this: GET_VAR 'tmp0: Int' type=kotlin.Int origin=null
|
||||
GET_VAR 'tmp0: Int' type=kotlin.Int origin=null
|
||||
RETURN type=kotlin.Nothing from=box(): String'
|
||||
RETURN type=kotlin.Nothing from='box(): String'
|
||||
CONST String type=kotlin.String value=OK
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ FILE fqName:<root> fileName:/integerCoercionToT.kt
|
||||
TYPE_PARAMETER name:T index:0 variance: upperBounds:[CPointed]
|
||||
$receiver: VALUE_PARAMETER name:<this> type:CPointed flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=reinterpret() on CPointed: T'
|
||||
RETURN type=kotlin.Nothing from='reinterpret() on CPointed: T'
|
||||
CALL 'TODO(): Nothing' type=kotlin.Nothing origin=null
|
||||
CLASS CLASS name:CInt32VarX modality:FINAL visibility:public flags:
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:CInt32VarX<T> flags:
|
||||
@@ -33,7 +33,7 @@ FILE fqName:<root> fileName:/integerCoercionToT.kt
|
||||
FUN name:<get-value> visibility:public modality:FINAL <> ($receiver:CInt32VarX<T_INT>) returnType:T_INT flags:
|
||||
$receiver: VALUE_PARAMETER name:<this> type:CInt32VarX<T_INT> flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-value>() on CInt32VarX<T_INT>: T_INT'
|
||||
RETURN type=kotlin.Nothing from='<get-value>() on CInt32VarX<T_INT>: T_INT'
|
||||
CALL 'TODO(): Nothing' type=kotlin.Nothing origin=null
|
||||
FUN name:<set-value> visibility:public modality:FINAL <> ($receiver:CInt32VarX<T_INT>, value:T_INT) returnType:Unit flags:
|
||||
$receiver: VALUE_PARAMETER name:<this> type:CInt32VarX<T_INT> flags:
|
||||
@@ -53,7 +53,7 @@ FILE fqName:<root> fileName:/integerCoercionToT.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:IdType) returnType:Int flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:IdType flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-value>(): Int'
|
||||
RETURN type=kotlin.Nothing from='<get-value>(): Int'
|
||||
GET_FIELD 'value: Int' type=kotlin.Int origin=null
|
||||
receiver: GET_VAR 'this@IdType: IdType' type=IdType origin=null
|
||||
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
|
||||
|
||||
@@ -3,7 +3,7 @@ FILE fqName:<root> fileName:/fixationOrder1.kt
|
||||
TYPE_PARAMETER name:X index:0 variance: upperBounds:[kotlin.Any?]
|
||||
TYPE_PARAMETER name:Y index:1 variance: upperBounds:[kotlin.Any?]
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=foo(): (X) -> Y'
|
||||
RETURN type=kotlin.Nothing from='foo(): (X) -> Y'
|
||||
CALL 'TODO(): Nothing' type=kotlin.Nothing origin=null
|
||||
CLASS INTERFACE name:Inv2 modality:ABSTRACT visibility:public flags:
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Inv2<A, B> flags:
|
||||
@@ -23,11 +23,11 @@ FILE fqName:<root> fileName:/fixationOrder1.kt
|
||||
VALUE_PARAMETER name:y index:1 type:R flags:
|
||||
VALUE_PARAMETER name:f index:2 type:(T) -> R flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=check(T, R, (T) -> R): Inv2<T, R>'
|
||||
RETURN type=kotlin.Nothing from='check(T, R, (T) -> R): Inv2<T, R>'
|
||||
CALL 'TODO(): Nothing' type=kotlin.Nothing origin=null
|
||||
FUN name:test visibility:public modality:FINAL <> () returnType:Inv2<String, Int> flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=test(): Inv2<String, Int>'
|
||||
RETURN type=kotlin.Nothing from='test(): Inv2<String, Int>'
|
||||
CALL 'check(String, Int, (String) -> Int): Inv2<String, Int>' type=Inv2<kotlin.String, kotlin.Int> origin=null
|
||||
<T>: String
|
||||
<R>: Int
|
||||
@@ -40,6 +40,6 @@ FILE fqName:<root> fileName:/fixationOrder1.kt
|
||||
BLOCK_BODY
|
||||
VAR name:x type:Inv2<kotlin.String, kotlin.Int> flags:val
|
||||
CALL 'test(): Inv2<String, Int>' type=Inv2<kotlin.String, kotlin.Int> origin=null
|
||||
RETURN type=kotlin.Nothing from=box(): String'
|
||||
RETURN type=kotlin.Nothing from='box(): String'
|
||||
CONST String type=kotlin.String value=OK
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ FILE fqName:<root> fileName:/typeAliasCtorForGenericClass.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-q> visibility:public modality:FINAL <> ($this:A<Q>) returnType:Q flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:A<Q> flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-q>(): Q'
|
||||
RETURN type=kotlin.Nothing from='<get-q>(): Q'
|
||||
GET_FIELD 'q: Q' type=Q origin=null
|
||||
receiver: GET_VAR 'this@A: A<Q>' type=A<Q> origin=null
|
||||
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
|
||||
|
||||
Reference in New Issue
Block a user