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.
2 parents ee6733a + 5bdd2de commit 011df7dCopy full SHA for 011df7d
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