From 11975a1b25bb6e3d4b29b6ffbfb06e54078de8de Mon Sep 17 00:00:00 2001 From: Tamas Vajk Date: Thu, 31 Oct 2024 08:28:42 +0100 Subject: [PATCH] Remove todo comment --- java/kotlin-extractor2/src/main/kotlin/entities/Expression.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/java/kotlin-extractor2/src/main/kotlin/entities/Expression.kt b/java/kotlin-extractor2/src/main/kotlin/entities/Expression.kt index 2b730e00455..b9d163d622d 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