Substitute in generic type arguments when extracting the supertypes of an instantiated type

This commit is contained in:
Chris Smowton
2021-11-30 13:58:27 +00:00
committed by Ian Lynagh
parent 2dcd49c6a5
commit 8accd35ce8
7 changed files with 184 additions and 4 deletions

View File

@@ -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)