Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/neg-macros/i16582/Macro_1.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def ownerWorksImpl(in: Expr[Int])(using Quotes): Expr[String] =
val position = Position.ofMacroExpansion
val file = position.sourceFile
val owner0 = Symbol.spliceOwner.maybeOwner
println("owner0 = " + owner0)
val ownerName = owner0.tree match {
case ValDef(name, _, _) =>
name
Expand Down