mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
Remove todo comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user