1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #55214 from Scony/fix-gdscript-crash-2

Fix GDScript parser crash on 'dollar mixed with assignment' expression
This commit is contained in:
Rémi Verschelde
2022-01-22 20:30:54 +01:00
committed by GitHub
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 "$".