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 6ba902a commit 27da113Copy full SHA for 27da113
compiler/src/dotty/tools/dotc/config/SourceVersion.scala
@@ -8,6 +8,8 @@ import Feature.isPreviewEnabled
8
import util.Property
9
10
enum SourceVersion:
11
+ case `2.13`
12
+
13
case `3.0-migration`, `3.0`
14
case `3.1-migration`, `3.1`
15
case `3.2-migration`, `3.2`
@@ -20,7 +22,6 @@ enum SourceVersion:
20
22
case `3.9-migration`, `3.9`
21
23
// Add 3.x-migration and 3.x here
24
// !!! Keep in sync with scala.runtime.stdlibPatches.language !!!
- case `2.13`
25
case `future-migration`, `future`
26
27
case `never` // needed for MigrationVersion.errorFrom if we never want to issue an error
0 commit comments