Hi guys, Can anyone point me out for the equivalen...
# announcements
t
Hi guys, Can anyone point me out for the equivalent of the following Java code in Kotlin?
public <T extends AbstractSomething & InterfaceSomething> ConcreteClass(manager T)
n
https://kotlinlang.org/docs/generics.html#upper-bounds see the last example in this section
🔥 1
t
Thanks @nanodeath It saved my time 😉
👍 1