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
1 parent 8020c77 commit f02f7ddCopy full SHA for f02f7dd
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