Skip to content

Commit 5bdd2de

Browse files
committed
Add missing doc
1 parent e835668 commit 5bdd2de

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)