Skip to content

Commit

Permalink
Making implicitNotFound a ConstantAnnotation
Browse files Browse the repository at this point in the history
  • Loading branch information
BalmungSan committed Nov 30, 2020
1 parent 60ea5c3 commit 5f86f87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/library/scala/annotation/implicitNotFound.scala
Expand Up @@ -53,7 +53,6 @@ package scala.annotation
* ^
* </pre>
*
* @constructor Creates a new instance of the annotation with the provided message.
* @param msg The custom error message, must be a literal value.
*/
final class implicitNotFound(msg: String) extends scala.annotation.StaticAnnotation {}
final class implicitNotFound(msg: String) extends scala.annotation.ConstantAnnotation {}

0 comments on commit 5f86f87

Please sign in to comment.