mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Restore type-accesses to annotation methods; accept test changes.
This commit is contained in:
@@ -901,7 +901,7 @@ open class KotlinFileExtractor(
|
||||
.filterIsInstance<IrProperty>()
|
||||
.map {
|
||||
val getter = it.getter!!
|
||||
val label = extractFunction(getter, id, extractBody = false, extractMethodAndParameterTypeAccesses = false, extractAnnotations = true, null, listOf())
|
||||
val label = extractFunction(getter, id, extractBody = false, extractMethodAndParameterTypeAccesses = true, extractAnnotations = true, null, listOf())
|
||||
tw.writeIsAnnotElem(label!!.cast<DbMethod>())
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user