File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
tests/run-tasty-inspector Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4337,7 +4337,6 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
4337
4337
def FunctionClass (arity : Int , isContextual : Boolean ): Symbol
4338
4338
4339
4339
/** The `scala.PolyFunction` built-in trait. */
4340
- @ experimental
4341
4340
def PolyFunctionClass : Symbol
4342
4341
4343
4342
/** Function-like object that maps arity to symbols for classes `scala.TupleX`.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ object MiMaFilters {
6
6
// New API in 3.4.X
7
7
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.ValOrDefDefTypeTest" ),
8
8
ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule.ValOrDefDefMethods" ),
9
- ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#defnModule.FunctionClass" )
10
- // New API in 3.4.X
9
+ ProblemFilters .exclude[ReversedMissingMethodProblem ](" scala.quoted.Quotes#reflectModule#defnModule.FunctionClass" ),
10
+ ProblemFilters .exclude[ ReversedMissingMethodProblem ]( " scala.quoted.Quotes#reflectModule#defnModule.PolyFunctionClass " ),
11
11
)
12
12
val TastyCore : Seq [ProblemFilter ] = Seq (
13
13
ProblemFilters .exclude[DirectMissingMethodProblem ](" dotty.tools.tasty.TastyFormat.EXPLICITtpt" ),
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ val experimentalDefinitionInLibrary = Set(
89
89
" scala.quoted.Quotes.reflectModule.MethodTypeMethods.hasErasedParams" ,
90
90
" scala.quoted.Quotes.reflectModule.TermParamClauseMethods.erasedArgs" ,
91
91
" scala.quoted.Quotes.reflectModule.TermParamClauseMethods.hasErasedArgs" ,
92
- " scala.quoted.Quotes.reflectModule.defnModule.PolyFunctionClass" ,
93
92
94
93
// New feature: reverse method on Tuple
95
94
" scala.Tuple.reverse" ,
You can’t perform that action at this time.
0 commit comments