mirror of
https://github.com/github/codeql.git
synced 2026-02-09 11:41:06 +01:00
Fix isAbstract
This commit is contained in:
@@ -806,7 +806,7 @@ class Class extends TClass, TypeDeclaration, ModuleDeclaration {
|
||||
}
|
||||
|
||||
/** Holds if this class is abstract. */
|
||||
predicate isAbstract() { hasAnnotation(this, "abstract") }
|
||||
predicate isAbstract() { hasAnnotation("abstract") }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user