We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2655768 commit 70ee5fbCopy full SHA for 70ee5fb
library/src/scala/annotation/MacroAnnotation.scala
@@ -25,7 +25,7 @@ trait MacroAnnotation extends StaticAnnotation:
25
* #### Restrictions
26
* - All definitions in the result must have the same owner. The owner can be recovered from `Symbol.spliceOwner`.
27
* - Special case: an annotated top-level `def`, `val`, `var`, `lazy val` can return a `class`/`object`
28
-definition that is owned by the package or package object.
+ * definition that is owned by the package or package object.
29
* - Can not return a `type`.
30
* - Annotated top-level `class`/`object` can not return top-level `def`, `val`, `var`, `lazy val`.
31
* - Can not see new definition in user written code.
0 commit comments