File tree 2 files changed +3
-0
lines changed
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
36
36
| +- TypeVar
37
37
| +- HKTypeLambda
38
38
| +- MatchType
39
+ | +- FlexibleType
39
40
|
40
41
+- GroundType -+- AndType
41
42
+- OrType
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ object MiMaFilters {
52
52
Build .mimaPreviousDottyVersion -> // Seq.empty, // We should never break backwards compatibility
53
53
Seq (
54
54
// `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" ),
55
57
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#SymbolMethods.isSuperAccessor" ),
56
58
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.MethodTypeKind" ),
57
59
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#MethodTypeModule.apply" ),
You can’t perform that action at this time.
0 commit comments