Skip to content

Commit df90fc1

Browse files
committed
Disable type parameter annotation extraction pending a database change
1 parent 9b3c07c commit df90fc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ open class KotlinFileExtractor(
247247
addModifiers(id, "out")
248248
}
249249

250-
extractAnnotations(tp, id)
250+
// extractAnnotations(tp, id)
251+
// TODO: introduce annotations once they can be disambiguated from bounds, which are also child expressions.
251252
return id
252253
}
253254
}

0 commit comments

Comments
 (0)