mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Make Field extend Variable.
This commit is contained in:
@@ -254,7 +254,7 @@ class ResultVariable extends DeclaredVariable {
|
||||
}
|
||||
|
||||
/** A struct field. */
|
||||
class Field extends ValueEntity {
|
||||
class Field extends Variable {
|
||||
StructType declaringType;
|
||||
|
||||
Field() { fieldstructs(this, declaringType) }
|
||||
|
||||
Reference in New Issue
Block a user