diff options
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/errors/nothing_after_dollar.gd')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/errors/nothing_after_dollar.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/nothing_after_dollar.gd b/modules/gdscript/tests/scripts/parser/errors/nothing_after_dollar.gd new file mode 100644 index 0000000000..3875ce3936 --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/errors/nothing_after_dollar.gd @@ -0,0 +1,3 @@ +extends Node +func test(): + var a = $ # Expected some node path. |