We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c2594 commit 9e129acCopy full SHA for 9e129ac
swift/ql/lib/codeql/swift/elements/expr/RegexLiteralExpr.qll
@@ -1,7 +1,5 @@
1
private import codeql.swift.generated.expr.RegexLiteralExpr
2
3
class RegexLiteralExpr extends Generated::RegexLiteralExpr {
4
- override string toString() {
5
- result = "..." // TODO: We can improve this once we extract the regex
6
- }
+ override string toString() { result = this.getPattern() }
7
}
0 commit comments