We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc60bcc commit 48e0340Copy full SHA for 48e0340
compiler/src/dotty/tools/dotc/config/MigrationVersion.scala
@@ -33,7 +33,7 @@ object MigrationVersion:
33
34
val AscriptionAfterPattern = MigrationVersion(`3.3`, future)
35
36
- val ExplicitContextBoundArgument = MigrationVersion(`3.4`, `3.5`)
+ val ExplicitContextBoundArgument = MigrationVersion(`3.4`, future)
37
38
val AlphanumericInfix = MigrationVersion(`3.4`, future)
39
val RemoveThisQualifier = MigrationVersion(`3.4`, future)
0 commit comments