Fix lambda parsing continuing on subsequent lines #73273
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# https://github.com/godotengine/godot/issues/73273
|
||||
|
||||
func not_called():
|
||||
var v
|
||||
v=func(): v=1
|
||||
in v
|
||||
@@ -0,0 +1,2 @@
|
||||
GDTEST_PARSER_ERROR
|
||||
Expected statement, found "in" instead.
|
||||
Reference in New Issue
Block a user