mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Merge pull request #1072 from asger-semmle/prop-write-static-accessor
Approved by esben-semmle
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
static get foo() {} // OK
|
||||
static set foo(v) {} // OK
|
||||
|
||||
get bar() {} // OK
|
||||
set bar(v) {} // OK
|
||||
}
|
||||
Reference in New Issue
Block a user