Join Slack
Powered by
Your `Int` isn't actually an integer in this case,...
# announcements
r
Ruckus
07/20/2016, 3:53 PM
Your
Int
isn't actually an integer in this case, it's just the new name for the generic (instead of T). You could have used
override fun <FreddyIsTheBomb> foo(t: FreddyIsTheBomb) {}
and it would have worked
2
Views
Open in Slack
Previous
Next