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 6b802d4 commit a9a34f4Copy full SHA for a9a34f4
library/src/scala/annotation/tailrec.scala
@@ -18,4 +18,4 @@ package scala.annotation
18
* If it is present, the compiler will issue an error if the method cannot
19
* be optimized into a loop.
20
*/
21
-final class tailrec extends scala.annotation.StaticAnnotation
+final class tailrec extends StaticAnnotation
0 commit comments