File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
library/src/scala/annotation
tests/run-custom-args/tasty-inspector Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
package scala .annotation
2
2
3
3
/** TODO */
4
- @ experimental
5
4
class binaryAPI extends scala.annotation.StaticAnnotation
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ object MiMaFilters {
17
17
ProblemFilters .exclude[MissingClassProblem ](" scala.util.boundary$Break" ),
18
18
ProblemFilters .exclude[MissingClassProblem ](" scala.util.boundary$Label" ),
19
19
ProblemFilters .exclude[MissingClassProblem ](" scala.quoted.runtime.QuoteMatching$" ),
20
+ ProblemFilters .exclude[MissingClassProblem ](" scala.annotation.binaryAPI" ),
20
21
21
22
// Scala.js only: new runtime support class in 3.2.3; not available to users
22
23
ProblemFilters .exclude[MissingClassProblem ](" scala.scalajs.runtime.AnonFunctionXXL" ),
Original file line number Diff line number Diff line change @@ -35,9 +35,6 @@ val experimentalDefinitionInLibrary = Set(
35
35
" scala.annotation.MainAnnotation$.Parameter" ,
36
36
" scala.annotation.MainAnnotation$.ParameterAnnotation" ,
37
37
38
- // // New feature: Explicit inline accessors
39
- " scala.annotation.binaryAPI" ,
40
-
41
38
// // New feature: prototype of new version of @main
42
39
// This will never be stabilized. When it is ready it should replace the old @main annotation (requires scala.annotation.MainAnnotation).
43
40
// Needs user feedback.
You can’t perform that action at this time.
0 commit comments