Skip to content

Commit

Permalink
Error syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Mar 20, 2024
1 parent 2080e7c commit 51b6b16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class DoesNotCrash
{
bool UnknownVariable(string input)
{
return Regex.IsMatch(input, "a" + undefined); // Error CS0103 The name 'undefined' does not exist in the current context
return Regex.IsMatch(input, "a" + undefined); // Error [CS0103] The name 'undefined' does not exist in the current context
}
}

Expand Down

0 comments on commit 51b6b16

Please sign in to comment.