mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Swift: Reluctantly QLDoc the toString.
This commit is contained in:
@@ -110,6 +110,9 @@ class RegexParseMode extends TRegexParseMode {
|
||||
this = MkUnicode() and result = "UNICODE"
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a textual representation of this `RegexParseMode`.
|
||||
*/
|
||||
string toString() { result = this.getName() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user