mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Substitute in generic type arguments when extracting the supertypes of an instantiated type
This commit is contained in:
committed by
Ian Lynagh
parent
2dcd49c6a5
commit
8accd35ce8
@@ -116,7 +116,7 @@ open class KotlinFileExtractor(
|
||||
val unbound = useClassSource(c)
|
||||
tw.writeErasure(id, unbound)
|
||||
extractClassModifiers(c, id)
|
||||
extractClassSupertypes(c, id)
|
||||
extractClassSupertypes(c, id, typeArgs)
|
||||
|
||||
val locId = tw.getLocation(c)
|
||||
tw.writeHasLocation(id, locId)
|
||||
|
||||
Reference in New Issue
Block a user