Skip to content

Commit b1f5f9a

Browse files
committed
Kotlin: Follow removal of typeVars.kind
1 parent c5569cf commit b1f5f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ open class KotlinFileExtractor(
325325
// parameter S of
326326
// `class Generic<T> { public <S> Generic(T t, S s) { ... } }` will have `tp.index` 1,
327327
// not 0).
328-
tw.writeTypeVars(id, tp.name.asString(), apparentIndex, 0, parentId)
328+
tw.writeTypeVars(id, tp.name.asString(), apparentIndex, parentId)
329329
val locId = tw.getLocation(tp)
330330
tw.writeHasLocation(id, locId)
331331

0 commit comments

Comments
 (0)