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 c3528c7 commit af825bdCopy full SHA for af825bd
compiler/src/dotty/tools/dotc/core/TypeOps.scala
@@ -468,9 +468,6 @@ trait TypeOps { thisCtx: Context => // TODO: Make standalone object.
468
/** Are we in an inline method body? */
469
def inInlineMethod: Boolean = owner.ownersIterator.exists(_.isInlineMethod)
470
471
- /** Are we in a macro? */
472
- def inMacro: Boolean = owner.ownersIterator.exists(s => s.isInlineMethod && s.is(Macro))
473
-
474
/** Refine child based on parent
475
*
476
* In child class definition, we have:
0 commit comments