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 f507f0f commit 62ea515Copy full SHA for 62ea515
project/MiMaFilters.scala
@@ -593,6 +593,8 @@ object MiMaFilters {
593
Build.mimaPreviousDottyVersion -> Seq(
594
ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.FLEXIBLEtype"),
595
ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.TRACKED"),
596
+ ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.INTO"),
597
+ ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.SUBMATCH"),
598
),
599
600
// Additions since last LTS
0 commit comments