Merge pull request #3920 from Marcono1234/patch-3

Improve VariableAssign.getSource documentation
This commit is contained in:
Anders Schack-Mulligen
2020-07-08 10:25:13 +02:00
committed by GitHub

View File

@@ -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.