Dump absent type arguments

This commit is contained in:
Dmitry Petrov
2017-05-04 17:22:23 +03:00
parent ddb2b7508b
commit f5fde2c24f
13 changed files with 24 additions and 3 deletions
@@ -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