mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
JS: Make implicit this receivers explicit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import javascript
|
||||
|
||||
class CommaToken extends PunctuatorToken {
|
||||
CommaToken() { getValue() = "," }
|
||||
CommaToken() { this.getValue() = "," }
|
||||
}
|
||||
|
||||
query predicate test_query2(CommaToken comma, string res) {
|
||||
|
||||
Reference in New Issue
Block a user