File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
library/src/scala/annotation
tests/run-tasty-inspector Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,4 @@ package scala.annotation
1616 * Adding this annotation to a non-public definition can also cause binary incompatibilities
1717 * if the definition is accessed in an inline definition (these can be checked using `-WunstableInlineAccessors`).
1818 */
19- @ experimental
2019final class publicInBinary extends scala.annotation.StaticAnnotation
Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ val experimentalDefinitionInLibrary = Set(
3939 " scala.annotation.into" ,
4040 " scala.annotation.internal.$into" ,
4141
42- // // New feature: @publicInBinary
43- " scala.annotation.publicInBinary" ,
44-
4542 // // New feature: Macro annotations
4643 " scala.annotation.MacroAnnotation" ,
4744
You can’t perform that action at this time.
0 commit comments