Skip to content

Commit 049e397

Browse files
committed
Update MiMaFilter
1 parent 2d6807d commit 049e397

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/_docs/internals/type-system.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Type -+- ProxyType --+- NamedType ----+--- TypeRef
3636
| +- TypeVar
3737
| +- HKTypeLambda
3838
| +- MatchType
39+
| +- FlexibleType
3940
|
4041
+- GroundType -+- AndType
4142
+- OrType

project/MiMaFilters.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ object MiMaFilters {
5252
Build.mimaPreviousDottyVersion -> // Seq.empty, // We should never break backwards compatibility
5353
Seq(
5454
// `ReversedMissingMethodProblem`s are acceptable. See comment in `Breaking changes since last LTS`.
55+
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule.FlexibleType"),
56+
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule.FlexibleTypeTypeTest"),
5557
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#SymbolMethods.isSuperAccessor"),
5658
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule.MethodTypeKind"),
5759
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#MethodTypeModule.apply"),

0 commit comments

Comments
 (0)