Skip to content

Commit 9f759a4

Browse files
committed
Update MiMaFilter
1 parent a679d6c commit 9f759a4

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
@@ -51,6 +51,8 @@ object MiMaFilters {
5151
Build.mimaPreviousDottyVersion -> // Seq.empty, // We should never break backwards compatibility
5252
Seq(
5353
// `ReversedMissingMethodProblem`s are acceptable. See comment in `Breaking changes since last LTS`.
54+
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule.FlexibleType"),
55+
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule.FlexibleTypeTypeTest"),
5456
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#SymbolMethods.isSuperAccessor"),
5557
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule.MethodTypeKind"),
5658
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule#MethodTypeModule.apply"),

0 commit comments

Comments
 (0)