Robert Jaros
12/23/2021, 10:51 AMBig Chungus
12/23/2021, 10:58 AMRobert Jaros
12/23/2021, 10:58 AMBig Chungus
12/23/2021, 10:59 AMAny? = Any | null
Big Chungus
12/23/2021, 10:59 AMturansky
12/23/2021, 11:17 AMSergei Grishchenko
12/23/2021, 11:57 AMfun <P> fn(props: P) where P : FirstInterface, P : SecondInterface
It is example of intersections in kotlin, type P will have type FirstInterface & SecondInterface
but it is quite limited solution for intersection declaration