You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scala-cli run repro-script.sc
[warn] ./repro-script.sc:9:8
[warn] Unreachable case
[warn] case CC_B(CC_E(CC_C(_))) => 0
[warn] ^^^^^^^^^^^^^^^^^^^
unreachable case v_b: 0
Compiler version
3.4.1
Minimized code
Output
The value of v_b is 0
Expectation
The compiler gives an unreachable warning for case CC_B(CC_E(CC_C(_))), so it should not be able to reach that case.
The text was updated successfully, but these errors were encountered: