Fix GDScript parser crash on 'dollar mixed with assignment' expression

fixes #53696
This commit is contained in:
Pawel Lampe 2021-11-21 21:17:35 +01:00
parent ed02b8af59
commit 1a15a3adf6
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
func test():
$=$

View file

@ -0,0 +1,2 @@
GDTEST_PARSER_ERROR
Expect node path as string or identifier after "$".