Merge pull request #14494 from atorralba/atorralba/remove-library

Java/C/C#: Remove library annotations
This commit is contained in:
Tony Torralba
2023-10-16 09:01:40 +02:00
committed by GitHub
22 changed files with 35 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ import semmle.code.java.dataflow.SSA
/**
* The kind of bound that is known to hold for some variable.
*/
library class BoundKind extends string {
class BoundKind extends string {
BoundKind() { this = ["=", "!=", ">=", "<="] }
predicate isEqual() { this = "=" }