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
The Scala compiler is now constant-folding integer literals and our tests like 3.toInt don't warn anymore because the expression is already constant folded in the typer phase of the compiler after which scapegoat is invoked.
It's good that the compiler is now constant folding. We should adjust somehow.