mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01: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