mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Change location of properties inside parameterized types
This commit is contained in:
@@ -745,7 +745,7 @@ open class KotlinFileExtractor(
|
||||
DeclarationStackAdjuster(p).use {
|
||||
|
||||
val id = useProperty(p, parentId)
|
||||
val locId = tw.getLocation(p)
|
||||
val locId = getLocation(p, classTypeArgs)
|
||||
tw.writeKtProperties(id, p.name.asString())
|
||||
tw.writeHasLocation(id, locId)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user