mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Change base class of GeneratedDeclaration to Modifiable
This commit is contained in:
@@ -160,8 +160,8 @@ abstract private class GeneratedType extends ValueOrRefType, GeneratedElement {
|
||||
* This is extended in client code to identify the actual
|
||||
* declarations that should be generated.
|
||||
*/
|
||||
abstract class GeneratedDeclaration extends Declaration {
|
||||
GeneratedDeclaration() { this.(Modifiable).isEffectivelyPublic() }
|
||||
abstract class GeneratedDeclaration extends Modifiable {
|
||||
GeneratedDeclaration() { this.isEffectivelyPublic() }
|
||||
}
|
||||
|
||||
private class IndirectType extends GeneratedType {
|
||||
|
||||
Reference in New Issue
Block a user