https://kotlinlang.org logo
#intellij
Title
# intellij
r

robstoll

01/20/2023, 1:28 PM
I recently get a lot of complains about non exhaustive
when
for sealed interface even though all cases are covered. Is there already a corresponding ticket or should I create one. btw. if I use
add remaining branches
then adds all which have already been added and intellij then complains that those cases are never reached but the
when
still complains that it is not exhaustive, using
add remaining branches
again just duplicates the cases again :D
👀 1
a

Alexey Belkov [JB]

01/20/2023, 1:44 PM
Is there already a corresponding ticket
Hard to say. Please create an issue with a code sample to reproduce.
9 Views