You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Fix GDScript parser crash on 'dollar mixed with assignment' expression
fixes #53696
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
func test():
|
||||
$=$
|
||||
Reference in New Issue
Block a user