Zac Sweers
12/15/2022, 10:52 PMSingle<Collection<Type>>
and internally code that looks like this
return someListSingle.map { list -> list as Collection<Type> }
In 1.8.0-RC, this cast is marked as redundant (as a compilation warning), but removing it actually causes a compilation error. I’m not sure if it’s expected to automatically infer the cast or if I should report a bug for a false-positive warning.Zac Sweers
12/15/2022, 10:59 PMIvan Kubyshkin [JetBrains]
12/16/2022, 8:09 AMZac Sweers
12/16/2022, 7:46 PMZac Sweers
12/16/2022, 8:55 PMmglukhikh
12/17/2022, 12:18 PM