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
It seems that match types behave differently across test dependency and fails to reduce (possibly any kind of different module dependency is affected).
It seems that match types behave differently across test dependency and fails to reduce (possibly any kind of different module dependency is affected).
Compiler version
v3.0.1-RC2 (also checked on nightly)
Minimized code
Minimized project at: https://github.com/soronpo/dottybug/tree/match_type_fail
Bar.scala //main file
Foo.scala //test file (must be in test/scala)
Output
Expectation
No error. Notice the same expression works within the main module and fails within the test module.
The text was updated successfully, but these errors were encountered: