mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Add missing getType override
This commit is contained in:
committed by
Jonas Jensen
parent
1b9a2d3d87
commit
5fbe982084
@@ -229,6 +229,8 @@ class PartialDefNode extends PostUpdateNode, TPartialDefNode {
|
||||
|
||||
override Node getPreUpdateNode() { result.asExpr() = pd.getDefinedExpr() }
|
||||
|
||||
override Type getType() { result = pd.getDefinedExpr().getType() }
|
||||
|
||||
override string toString() { result = pd.toString() }
|
||||
|
||||
override Location getLocation() { result = pd.getLocation() }
|
||||
|
||||
Reference in New Issue
Block a user