mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Update java/ql/lib/semmle/code/java/Expr.qll
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
@@ -1110,7 +1110,7 @@ class GreaterThanComparison extends ComparisonExpr {
|
||||
* An equality test is a binary expression using
|
||||
* Java's `==` or `!=` operators, or Kotlin's `==`, `!=`, `===` or `!==` operators.
|
||||
*
|
||||
* This could be a reference- or a value-in/equality test.
|
||||
* This could be a reference- or a value-(in)equality test.
|
||||
*/
|
||||
class EqualityTest extends BinaryExpr {
|
||||
EqualityTest() {
|
||||
|
||||
Reference in New Issue
Block a user