File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Type -+- ProxyType --+- NamedType ----+--- TypeRef
3636 | +- TypeVar
3737 | +- HKTypeLambda
3838 | +- MatchType
39+ | +- FlexibleType
3940 |
4041 +- GroundType -+- AndType
4142 +- OrType
Original file line number Diff line number Diff 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" ),
You can’t perform that action at this time.
0 commit comments