mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Python: make toString follow member predicate name
This commit is contained in:
@@ -1069,7 +1069,7 @@ module API {
|
||||
|
||||
/** A label that gets the subscript of a sequence/mapping. */
|
||||
class LabelSubscript extends ApiLabel, MkLabelSubscript {
|
||||
override string toString() { result = "getSubscript()" }
|
||||
override string toString() { result = "getASubscript()" }
|
||||
}
|
||||
|
||||
/** A label for entry points. */
|
||||
|
||||
Reference in New Issue
Block a user