mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
Python: QL format
This commit is contained in:
@@ -10,10 +10,9 @@
|
||||
|
||||
import python
|
||||
|
||||
|
||||
/** A control flow node which might correpsond to a special method call. */
|
||||
class PotentialSpecialMethodCallNode extends ControlFlowNode {
|
||||
PotentialSpecialMethodCallNode() { this instanceof SpecialMethod::Potential}
|
||||
PotentialSpecialMethodCallNode() { this instanceof SpecialMethod::Potential }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user