mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Look through generic annotation types extracted from Kotlin
This commit is contained in:
@@ -38,7 +38,7 @@ class Annotation extends @annotation, Expr {
|
||||
|
||||
/** Gets the annotation type declaration for this annotation. */
|
||||
override AnnotationType getType() {
|
||||
result = Expr.super.getType().(AnnotationType).getSourceDeclaration()
|
||||
result = Expr.super.getType().(Interface).getSourceDeclaration()
|
||||
}
|
||||
|
||||
/** Gets the annotation element with the specified `name`. */
|
||||
|
||||
Reference in New Issue
Block a user