mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Amend NewClassExpr description
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
@@ -1252,7 +1252,7 @@ class ClassInstanceExpr extends Expr, ConstructorCall, @classinstancexpr {
|
||||
}
|
||||
|
||||
/**
|
||||
* An explicit `new ClassName(...)` expression.
|
||||
* An explicit `new TypeName(...)` expression.
|
||||
*
|
||||
* Note this does not include implicit instance creation such as lambda expressions
|
||||
* or `instanceVar::methodName` references. To include those too, use `ClassInstanceExpr`.
|
||||
|
||||
Reference in New Issue
Block a user