File tree 1 file changed +4
-4
lines changed
compat/src/main/scala-2.11_2.12/scala/annotation
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
package scala .annotation
14
14
15
- /** An annotation for local warning suppression added in 2.13.2. Note that this annotation has
16
- * no functionality when used in Scala 2.11 or 2.12 , but allows cross-compiling code that uses
17
- * `@nowarn`.
15
+ /** An annotation for local warning suppression added in 2.13.2 and 2.12.13. Note that this
16
+ * annotation has no functionality when used in Scala 2.11, but allows cross-compiling code
17
+ * that uses `@nowarn`.
18
18
*
19
19
* For documentation on how to use the annotation in 2.13 see
20
20
* https://www.scala-lang.org/api/current/scala/annotation/nowarn.html
21
21
*/
22
- class nowarn (value : String = " " ) extends StaticAnnotation
22
+ class nowarn (value : String = " " ) extends ClassfileAnnotation
You can’t perform that action at this time.
0 commit comments