mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
Apply suggestion from @Copilot
This commit is contained in:
@@ -71,7 +71,7 @@ class ExposedField extends Field {
|
||||
|
||||
/**
|
||||
* Gets the initial value for the field `f`.
|
||||
* This is either a static initializer or an assignment in a constructor.
|
||||
* This is either a field initializer or an assignment in a constructor.
|
||||
*/
|
||||
Expr initialValue(Field f) {
|
||||
result = f.getInitializer()
|
||||
|
||||
Reference in New Issue
Block a user