Remove todo comment

This commit is contained in:
Tamas Vajk
2024-10-31 08:28:42 +01:00
parent 9dd37b0ede
commit 11975a1b25

View File

@@ -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