Add missing QLDoc

This commit is contained in:
Tony Torralba
2022-12-05 08:59:15 +01:00
parent 21b51b48eb
commit 995b7327fe

View File

@@ -14,6 +14,7 @@ class KtToRegex extends MethodAccess {
this.getMethod().hasName("toRegex")
}
/** Gets the constant string value being converted to a regex by this call. */
string getExpressionString() {
result = this.getArgument(0).(CompileTimeConstantExpr).getStringValue()
}