File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
compat/src/main/scala-2.11_2.12/scala/annotation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313package scala .annotation
1414
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`.
1818 *
1919 * For documentation on how to use the annotation in 2.13 see
2020 * https://www.scala-lang.org/api/current/scala/annotation/nowarn.html
2121 */
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