summaryrefslogtreecommitdiff
path: root/src/library/scala/annotation/meta/companionClass.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/annotation/meta/companionClass.scala')
-rw-r--r--src/library/scala/annotation/meta/companionClass.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/annotation/meta/companionClass.scala b/src/library/scala/annotation/meta/companionClass.scala
index 8e53f6caf9..d165f37bad 100644
--- a/src/library/scala/annotation/meta/companionClass.scala
+++ b/src/library/scala/annotation/meta/companionClass.scala
@@ -12,6 +12,6 @@ package scala.annotation.meta
* conversion method for it. Annotations `@companionClass` and `@companionMethod`
* control where an annotation on the implicit class will go. By default, annotations
* on an implicit class end up only on the class.
- *
+ *
*/
-final class companionClass extends annotation.StaticAnnotation
+final class companionClass extends scala.annotation.StaticAnnotation