Join Slack
Powered by
imagine you are requesting `@implicit List<T>...
# kapt
e
Eugenio
08/02/2017, 3:04 PM
imagine you are requesting
@implicit List<T>
and then somewhere you actually request
T
=
String?
so `List<String?>`: at runtime even if you can do
T::class
it would still be
String
Open in Slack
Previous
Next