Join Slack
Powered by
For now you can create an ancestor with all type p...
# android
y
yan
10/12/2015, 5:35 PM
For now you can create an ancestor with all type parameters specified:
Copy code
open class CustomWidget<T> class TypedWidget : CustomWidget<String>()
And use
TypedWidget
in XML files
Open in Slack
Previous
Next