Join Slack
Powered by
``` class Some<T>(val obj: T) ``` T can be o...
# announcements
r
rrader
09/05/2017, 7:50 AM
Copy code
class Some<T>(val obj: T)
T can be only some enum types, so I want to constraint T to be child of some Base enum
Open in Slack
Previous
Next