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
5
5
* @see [[https://dotty.epfl.ch/docs/reference/other-new-features/experimental-defs ]]
6
6
* @syntax markdown
7
7
*/
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 :
10
9
def this () = this (" " )
Original file line number Diff line number Diff line change 1
1
package scala .annotation
2
2
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