On one hand, I get a warning some branches in a `w...
# compiler
r
On one hand, I get a warning some branches in a
when
are unreachable, but when I remove the, I get a compiler error that some branches are missing 🤔 , bug report time?
y
Likely that warning is from IDE being too smart for its own good. The compiler likely shouldn't ever give such conflicting warnings, but if it is, then that's absolutely worth a report