We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scala.annotation.elidable
2 parents 7d27633 + 11d73b5 commit b0f9b5eCopy full SHA for b0f9b5e
library/src/scala/annotation/elidable.scala
@@ -101,6 +101,7 @@ import scala.language.`2.13`
101
* log("Debug log", LogLevel. Debug)
102
* }}}
103
*/
104
+@deprecated(message = "@elidable is not supported by Scala 3", since = "3.8.0")
105
final class elidable(final val level: Int) extends scala.annotation.ConstantAnnotation
106
107
/** This useless appearing code was necessary to allow people to use
0 commit comments