Join Slack
Communities
Powered by
but `val l: List<String> = List::class.newIn...
# reflect
u
udalov
10/06/2015, 11:09 PM
but
val l: List<String> = List::class.newInstance()
won't in Kotlin, because
List::class
is
List<*>
and it can only give back
Any
Open in Slack
Previous
Next