https://kotlinlang.org logo
a

Animesh Sahu

06/07/2020, 5:46 AM
I have some confusion over the type system, could anybody clarify what is meant by
{Comparable<{ Double & Int }> & Number}
https://stackoverflow.com/questions/62241262/understanding-kotlin-type-system-what-is-meant-by-comparable-double-int
e

E.Kisaragi

06/07/2020, 3:35 PM
it’s intersection type?
a

Animesh Sahu

06/07/2020, 3:36 PM
Ya got a detailed answer on SO :^)