I also noticed a TODO below -- instead of `type.to...
# reflect
u
I also noticed a TODO below -- instead of
type.toString().startsWith("kotlin.List<")
I guess you can just use
type == List::class.defaultType