for example given a type that is `Array<String?...
# reflect
a
for example given a type that is
Array<String?>
I can get to GenericArrayType and see the
genericComponentType
as
String
but have no way to find the nullability of those contents. Because I don't have a KType