We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b45be4 commit 077f60cCopy full SHA for 077f60c
library/src-bootstrapped/scala/annotation/experimental.scala
@@ -5,6 +5,5 @@ package scala.annotation
5
* @see [[https://dotty.epfl.ch/docs/reference/other-new-features/experimental-defs]]
6
* @syntax markdown
7
*/
8
-@deprecatedInheritance("Scheduled for being final in the future", "3.4.0")
9
-class experimental(message: String) extends StaticAnnotation:
+final class experimental(message: String) extends StaticAnnotation:
10
def this() = this("")
library/src-non-bootstrapped/scala/annotation/experimental.scala
@@ -1,4 +1,3 @@
1
package scala.annotation
2
3
4
-class experimental extends StaticAnnotation
+final class experimental extends StaticAnnotation
0 commit comments