jameskleeh
12/02/2021, 7:38 PMArray<String>
vs Array<T>
?Jiaxiang
12/02/2021, 7:49 PMjameskleeh
12/02/2021, 7:50 PMyigit
12/02/2021, 8:03 PMJiaxiang
12/02/2021, 8:03 PMKSTypeArgument
you can get the type by resolving, and get the declaration of that type. note that KSTypeParameter
is a subtype of KSDeclaration
jameskleeh
12/02/2021, 8:08 PM