Skip to content

Commit

Permalink
bugfix: Fix Metals for 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 18, 2024
1 parent a4a6122 commit a2ecf37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ trait ArgCompletions { this: MetalsGlobal =>
case Apply(Block(defParams, app: Apply), _)
if defParams.forall(p => p.isInstanceOf[ValDef]) =>
app
case New(c) => c
case t => t
}
val methodSym = method.symbol
Expand Down

0 comments on commit a2ecf37

Please sign in to comment.