diff --git a/semanticcpg/src/main/scala/io/shiftleft/semanticcpg/language/LocationCreator.scala b/semanticcpg/src/main/scala/io/shiftleft/semanticcpg/language/LocationCreator.scala index 4f2e9c505..f51bab67b 100644 --- a/semanticcpg/src/main/scala/io/shiftleft/semanticcpg/language/LocationCreator.scala +++ b/semanticcpg/src/main/scala/io/shiftleft/semanticcpg/language/LocationCreator.scala @@ -65,6 +65,14 @@ object LocationCreator { implicitCall.lineNumber, implicitCall.method ) + case postExecutionCall: nodes.PostExecutionCall => + apply( + postExecutionCall, + postExecutionCall.code, + postExecutionCall.label, + postExecutionCall.lineNumber, + postExecutionCall.method + ) case method: nodes.Method => apply( method,