Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasvajk committed Oct 31, 2024
1 parent 9dd37b0 commit 11975a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11975a1

Please sign in to comment.