Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3c07c commit df90fc1Copy full SHA for df90fc1
1 file changed
java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt
@@ -247,7 +247,8 @@ open class KotlinFileExtractor(
247
addModifiers(id, "out")
248
}
249
250
- extractAnnotations(tp, id)
+ // extractAnnotations(tp, id)
251
+ // TODO: introduce annotations once they can be disambiguated from bounds, which are also child expressions.
252
return id
253
254
0 commit comments