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.
compilationTest
2 parents c417db0 + f02f7dd commit c610f18Copy full SHA for c610f18
tests/neg-macros/i16582/Macro_1.scala
@@ -11,7 +11,6 @@ def ownerWorksImpl(in: Expr[Int])(using Quotes): Expr[String] =
11
val position = Position.ofMacroExpansion
12
val file = position.sourceFile
13
val owner0 = Symbol.spliceOwner.maybeOwner
14
- println("owner0 = " + owner0)
15
val ownerName = owner0.tree match {
16
case ValDef(name, _, _) =>
17
name
0 commit comments