<@U8CFAB6BH> commented on <@U8CFAB6BH>’s file <htt...
# announcements
u
@yuriy.stetsyk commented on @yuriy.stetsyk’s file

https://kotlinlang.slack.com/files/U8CFAB6BH/F9D4VD2RJ/image.png

: Strangely, if i change signature like so:
private fun <F, V, P, N> f(factory: FragmentFactory<F>, nav: N)
. And pass
navigator
into it:
f(LightningFragment, navigation)
, everything compiles