Could someone please tell me what the Kotlin equiv...
# announcements
o
Could someone please tell me what the Kotlin equivalent of this
<T extends LifecycleOwner & ViewModelStoreOwner>
would be?
w
Copy code
fun <T> foo()
        where T : LifecycleOwner,
              T : ViewModelStoreOwner
o
@wcaokaze thank you!
👍🏻 1
K 3