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 e835668 commit 5bdd2deCopy full SHA for 5bdd2de
library/src/scala/quoted/Quotes.scala
@@ -4280,6 +4280,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
4280
/** Is this symbol marked as a macro. An inline method containing top level splices */
4281
def Macro: Flags
4282
4283
+ /** Is this symbol `def` */
4284
def Method: Flags
4285
4286
/** Is this symbol an object or its class (used for a ValDef or a ClassDef extends Modifier respectively) */
0 commit comments