mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
Address review comments
This commit is contained in:
@@ -19,7 +19,7 @@ class ReturnKind extends TReturnKind {
|
||||
class ReturnNode extends ResultNode {
|
||||
ReturnKind kind;
|
||||
|
||||
ReturnNode() { exists(int nr | nr = fd.getType().getNumResult() | kind = MkReturnKind(i)) }
|
||||
ReturnNode() { kind = MkReturnKind(i) }
|
||||
|
||||
/** Gets the kind of this returned value. */
|
||||
ReturnKind getKind() { result = kind }
|
||||
|
||||
Reference in New Issue
Block a user