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 compile test.scala -S3.5
[error] ./test.scala:13:22
[error] Context bounds will map to context parameters.
[error] A `using` clause is needed to pass explicit arguments to them.
[error] This code can be rewritten automatically under -rewrite -source 3.4-migration.
[error] @main defTest=newCountdown[Option]()(using???)
Expectation
The legacy (Scala 2) empty argument list should be removed when performing automatic rewrite