Ahmed Mourad
12/24/2020, 2:37 PMKotlinType#getJetTypeFqName
, but I just noticed that it doesn't print the type arguments of the type arguments of this KotlinType
.
For example: If we have a type projection A<B<C>>
, and we have A
as a KotlinType
, executing getJetTypeFqName
on A
returns A<B>
and the arguments of B
are simply ignored or erased. How do we get around this?Ahmed Mourad
12/24/2020, 2:50 PMB
doesn't have any arguments.
EDIT: this was a caching problem in the IDE, B
does have arguments.raulraja
12/25/2020, 10:40 AMAhmed Mourad
12/25/2020, 11:33 AMfq
in their name: