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
objecttest:valx:Int|String=1
x matchcase_: Int=>case_: String=>
Output
--Error: i8779.scala:6:9------------------------------------------------------6|case_: Int=>|^|thiscase is unreachable since typeInt|String is not a subclass of classInteger
Expectation
Should compile.
The text was updated successfully, but these errors were encountered:
Minimized example
Output
Expectation
Should compile.
The text was updated successfully, but these errors were encountered: