Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 28, 2024
1 parent d4a847a commit 8082aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ object LineNumberPlugin {
g.treeCopy.Template(
pkgCls.impl,
pkgCls.impl.parents ++ pkgObj.impl.parents.filter(!isRootModuleIdent(_)),
pkgCls.impl.self,
g.ValDef(g.Modifiers(), pkgObj.name, g.EmptyTree, g.EmptyTree),
nonImportStmts
.filter{
case d: g.DefDef => d.name.toString() != "<init>"
Expand Down

0 comments on commit 8082aa7

Please sign in to comment.