Join Slack
Powered by
I also noticed a TODO below -- instead of `type.to...
# reflect
u
udalov
09/29/2015, 9:06 PM
I also noticed a TODO below -- instead of
type.toString().startsWith("kotlin.List<")
I guess you can just use
type == List::class.defaultType
Open in Slack
Previous
Next