mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
add explicit this to member call
This commit is contained in:
@@ -112,5 +112,5 @@ class MyBatisMapperInclude extends MyBatisMapperXMLElement {
|
||||
* A `<foreach>` element in a `MyBatisMapperXMLElement`.
|
||||
*/
|
||||
class MyBatisMapperForeach extends MyBatisMapperXMLElement {
|
||||
MyBatisMapperForeach() { getName() = "foreach" }
|
||||
MyBatisMapperForeach() { this.getName() = "foreach" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user