mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Disable type parameter annotation extraction pending a database change
This commit is contained in:
@@ -247,7 +247,8 @@ open class KotlinFileExtractor(
|
||||
addModifiers(id, "out")
|
||||
}
|
||||
|
||||
extractAnnotations(tp, id)
|
||||
// extractAnnotations(tp, id)
|
||||
// TODO: introduce annotations once they can be disambiguated from bounds, which are also child expressions.
|
||||
return id
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user