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.
1 parent 83cb4dc commit e35e330Copy full SHA for e35e330
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