Dump absent type arguments
This commit is contained in:
@@ -30,8 +30,10 @@ FILE /typeAliasCtorForGenericClass.kt
|
||||
BLOCK_BODY
|
||||
VAR val b: B<kotlin.Int> /* = A<kotlin.Int> */
|
||||
CALL 'constructor A(Int)' type=A<kotlin.Int> origin=null
|
||||
<Q>: null
|
||||
q: CONST Int type=kotlin.Int value='2'
|
||||
VAR val b2: B2<kotlin.Int> /* = A<A<kotlin.Int>> */
|
||||
CALL 'constructor A(A<Int>)' type=A<A<kotlin.Int>> origin=null
|
||||
<Q>: null
|
||||
q: GET_VAR 'b: B<Int> /* = A<Int> */' type=B<kotlin.Int> /* = A<kotlin.Int> */ origin=null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user