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.
2 parents 181d812 + e35e330 commit 3dd2c48Copy full SHA for 3dd2c48
compat/src/main/scala-2.11_2.12/scala/annotation/unused.scala
@@ -0,0 +1,15 @@
1
+/*
2
+ * Scala (https://www.scala-lang.org)
3
+ *
4
+ * Copyright EPFL and Lightbend, Inc.
5
6
+ * Licensed under Apache License 2.0
7
+ * (http://www.apache.org/licenses/LICENSE-2.0).
8
9
+ * See the NOTICE file distributed with this work for
10
+ * additional information regarding copyright ownership.
11
+ */
12
+
13
+package scala.annotation
14
15
+final class unused extends deprecated("unused", "unused")
0 commit comments