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
Note that trying this with 3.2.2 I m no longer seeing this issue. With that being said, even trying with 3.0.0-RC1 I'm unable to reproduce using sbt 1.8.2. Any change you can still reproduce this @pikinier20? If note I'd vote we go ahead and close this.
Compiler version
3.0.0-RC1
Minimized code
First, we compile this code:
Then, we change
SomeOps
:And use
someOperation2
inMainClass
When we try to compile that code now, it fails. After
sbt clean
it compiles.Output
Expectation
This code is correct and compiles after cleaning outputs
The text was updated successfully, but these errors were encountered: