Your `Int` isn't actually an integer in this case,...
# announcements
r
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