Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Dec 17, 2024
1 parent a4a6122 commit 55db736
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 55db736

Please sign in to comment.