Disable type parameter annotation extraction pending a database change

This commit is contained in:
Chris Smowton
2022-11-11 14:01:40 +00:00
parent 9b3c07c32b
commit df90fc1a80

View File

@@ -247,7 +247,8 @@ open class KotlinFileExtractor(
addModifiers(id, "out")
}
extractAnnotations(tp, id)
// extractAnnotations(tp, id)
// TODO: introduce annotations once they can be disambiguated from bounds, which are also child expressions.
return id
}
}