We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9966a74 commit 2ff0775Copy full SHA for 2ff0775
1 file changed
semanticcpg/src/main/scala/io/shiftleft/semanticcpg/language/LocationCreator.scala
@@ -65,6 +65,14 @@ object LocationCreator {
65
implicitCall.lineNumber,
66
implicitCall.method
67
)
68
+ case postExecutionCall: nodes.PostExecutionCall =>
69
+ apply(
70
+ postExecutionCall,
71
+ postExecutionCall.code,
72
+ postExecutionCall.label,
73
+ postExecutionCall.lineNumber,
74
+ postExecutionCall.method
75
+ )
76
case method: nodes.Method =>
77
apply(
78
method,
0 commit comments