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
$ scala3-3.0.0-RC1/bin/scala -source:future
Starting scala3 REPL...
scala>objectFoo:|defone="one"|valtwo=2|// defined object Foo
scala>importFoo._1|importFoo._|^|`_` is no longer supported for a wildcard import; use `*` instead
|This construct can be rewritten automatically under -rewrite -source 3.1-migration.
Output
Expectation
Expect message to end with ... -rewrite -source future-migration.