mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +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. */
|
/** A label that gets the subscript of a sequence/mapping. */
|
||||||
class LabelSubscript extends ApiLabel, MkLabelSubscript {
|
class LabelSubscript extends ApiLabel, MkLabelSubscript {
|
||||||
override string toString() { result = "getSubscript()" }
|
override string toString() { result = "getASubscript()" }
|
||||||
}
|
}
|
||||||
|
|
||||||
/** A label for entry points. */
|
/** A label for entry points. */
|
||||||
|
|||||||
Reference in New Issue
Block a user