Skip to content

Commit 011df7d

Browse files
Merge pull request scala#14812 from dotty-staging/add-missing-doc-in-quotes
Add missing doc
2 parents ee6733a + 5bdd2de commit 011df7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/scala/quoted/Quotes.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4280,6 +4280,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
42804280
/** Is this symbol marked as a macro. An inline method containing top level splices */
42814281
def Macro: Flags
42824282

4283+
/** Is this symbol `def` */
42834284
def Method: Flags
42844285

42854286
/** Is this symbol an object or its class (used for a ValDef or a ClassDef extends Modifier respectively) */

0 commit comments

Comments
 (0)