mirror of
https://github.com/github/codeql.git
synced 2026-05-24 16:17:07 +02:00
Add todo comment with missing binary operators
This commit is contained in:
@@ -325,6 +325,7 @@ private fun KotlinFileExtractor.extractBinaryExpression(
|
||||
} else if (op == KtTokens.EXCLEQEQEQ && target == null) {
|
||||
extractBinaryExpression(expression, callable, parent, tw::writeExprs_neexpr)
|
||||
} else {
|
||||
// todo: other operators, such as .., ..<, in, !in, +=, -=, *=, /=, %=, <, >, <=, >=, ==, !=,
|
||||
TODO("Extract as method call")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user