Skip to content
Snippets Groups Projects
Commit 5e5068a0 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

small fix in RInstrumentation

parent cdbb1aeb
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ public class RInstrumentation {
}
public static SourceSection getSourceSection(RFunction func) {
return getFunctionDefinitionNode(func).getSourceSection();
return func.getRootNode().getSourceSection();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment