mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
JS: support indirection with extra args in js/missing-this-qualifier
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class X {
|
||||
m() {
|
||||
m("default"); // OK
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user