Skip to content

Commit

Permalink
Crash fix
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 9, 2024
1 parent 8bdbf53 commit ea865f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class DynamicCallLinker(cpg: Cpg) extends CpgPass(cpg):
.fullNameExact(allSuperClasses(typeDeclFullName).toIndexedSeq*)
.astChildren
.isMethod
.nameExact(call.name)
.name(call.name)
.and(_.signatureExact(signature))
.fullName
.l
Expand Down

0 comments on commit ea865f1

Please sign in to comment.