mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge pull request #2581 from erik-krogh/FlowUselessExpr
Approved by max-schaefer
This commit is contained in:
@@ -0,0 +1 @@
|
||||
semmle-extractor-options: --experimental
|
||||
@@ -72,4 +72,6 @@ function g() {
|
||||
|
||||
Object.defineProperty(o, "nonTrivialGetter2", unknownGetterDef());
|
||||
o.nonTrivialGetter2; // OK
|
||||
|
||||
(o: empty); // OK.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user