We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f681d2b commit 00c13fbCopy full SHA for 00c13fb
docs/docs/reference/changed-features/vararg-patterns.md
@@ -36,5 +36,8 @@ The change to the grammar is:
36
37
## Compatibility considerations
38
39
-Under the `-language:Scala2Compat` option, Dotty will accept both the old and the new syntax.
40
-A migration warning will be emitted when the old syntax is encountered.
+To enable smooth cross compilation between Scala 2 and Scala 3, Dotty will
+accept both the old and the new syntax. Under the `-strict` setting, an error
41
+will be emitted when the old syntax is encountered. They will be enabled by
42
+default in version 3.1 of the language.
43
+
0 commit comments