mirror of
https://github.com/github/codeql.git
synced 2026-03-01 05:13:41 +01:00
Improve VariableAssign.getSource documentation
This commit is contained in:
@@ -1243,7 +1243,7 @@ class VariableAssign extends VariableUpdate {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the source of this assignment, if any.
|
||||
* Gets the source (right-hand side) of this assignment, if any.
|
||||
*
|
||||
* An initialization in a `CatchClause` or `EnhancedForStmt` is implicit and
|
||||
* does not have a source.
|
||||
|
||||
Reference in New Issue
Block a user