File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src-bootstrapped/scala/annotation
src-non-bootstrapped/scala/annotation Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,5 @@ package scala.annotation
55 * @see [[https://dotty.epfl.ch/docs/reference/other-new-features/experimental-defs ]]
66 * @syntax markdown
77 */
8- @ deprecatedInheritance(" Scheduled for being final in the future" , " 3.4.0" )
9- class experimental (message : String ) extends StaticAnnotation :
8+ final class experimental (message : String ) extends StaticAnnotation :
109 def this () = this (" " )
Original file line number Diff line number Diff line change 11package scala .annotation
22
3- @ deprecatedInheritance(" Scheduled for being final in the future" , " 3.4.0" )
4- class experimental extends StaticAnnotation
3+ final class experimental extends StaticAnnotation
You can’t perform that action at this time.
0 commit comments