diff --git a/java/kotlin-extractor2/src/main/kotlin/entities/Expression.kt b/java/kotlin-extractor2/src/main/kotlin/entities/Expression.kt index 2b730e004556..b9d163d622de 100644 --- a/java/kotlin-extractor2/src/main/kotlin/entities/Expression.kt +++ b/java/kotlin-extractor2/src/main/kotlin/entities/Expression.kt @@ -345,7 +345,6 @@ private fun KotlinFileExtractor.extractExpression( } is KtDotQualifiedExpression -> { - // TODO: this is not the best. // We're propagating the extraction to the child, and then getting the qualifier from the parent of the // child. The selector could be many expression kind, such as KtCallExpression, KtReferenceExpression, // and each of those would need to look for the qualifier