Minor: Rebase testGenericConstructorCallWithTypeArguments
This commit is contained in:
committed by
Alexander Udalov
parent
c89461e654
commit
f20a695c0e
+3
-4
@@ -4,10 +4,9 @@ FILE fqName:<root> fileName:/genericConstructorCallWithTypeArguments.kt
|
|||||||
RETURN type=kotlin.Nothing from='public final fun testSimple (): <root>.Box<kotlin.Long> declared in <root>'
|
RETURN type=kotlin.Nothing from='public final fun testSimple (): <root>.Box<kotlin.Long> declared in <root>'
|
||||||
CONSTRUCTOR_CALL 'public constructor <init> (value: T of <root>.Box) [primary] declared in <root>.Box' type=<root>.Box<kotlin.Long> origin=null
|
CONSTRUCTOR_CALL 'public constructor <init> (value: T of <root>.Box) [primary] declared in <root>.Box' type=<root>.Box<kotlin.Long> origin=null
|
||||||
<class: T>: kotlin.Long
|
<class: T>: kotlin.Long
|
||||||
value: CALL 'public open fun toLong (): kotlin.Long declared in kotlin.Int' type=kotlin.Long origin=null
|
value: CALL 'public final fun times (other: kotlin.Int): kotlin.Long [operator] declared in kotlin.Long' type=kotlin.Long origin=MUL
|
||||||
$this: CALL 'public final fun times (other: kotlin.Int): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=MUL
|
$this: CONST Long type=kotlin.Long value=2
|
||||||
$this: CONST Int type=kotlin.Int value=2
|
other: CONST Int type=kotlin.Int value=3
|
||||||
other: CONST Int type=kotlin.Int value=3
|
|
||||||
FUN name:testArray visibility:public modality:FINAL <T> (n:kotlin.Int, block:kotlin.Function0<T of <root>.testArray>) returnType:kotlin.Array<T of <root>.testArray> [inline]
|
FUN name:testArray visibility:public modality:FINAL <T> (n:kotlin.Int, block:kotlin.Function0<T of <root>.testArray>) returnType:kotlin.Array<T of <root>.testArray> [inline]
|
||||||
TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?]
|
TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?]
|
||||||
VALUE_PARAMETER name:n index:0 type:kotlin.Int
|
VALUE_PARAMETER name:n index:0 type:kotlin.Int
|
||||||
|
|||||||
Reference in New Issue
Block a user