Suppress unhelpful magic.

This commit is contained in:
Max Schaefer
2020-02-07 11:09:33 +00:00
parent 69edfe08df
commit 72de4728a2

View File

@@ -277,6 +277,7 @@ class Field extends Variable {
/** A built-in or declared function. */
class Function extends ValueEntity, @functionobject {
/** Gets a call to this function. */
pragma[nomagic]
DataFlow::CallNode getACall() {
this = result.getTarget()
or