Swift: Reluctantly QLDoc the toString.

This commit is contained in:
Geoffrey White
2023-07-19 17:45:26 +01:00
parent 6fa0445e0f
commit b91468607b

View File

@@ -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() }
}