diff options
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/errors/variable_conflicts_function.out')
-rw-r--r-- | modules/gdscript/tests/scripts/parser/errors/variable_conflicts_function.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/variable_conflicts_function.out b/modules/gdscript/tests/scripts/parser/errors/variable_conflicts_function.out new file mode 100644 index 0000000000..daeaca40ec --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/errors/variable_conflicts_function.out @@ -0,0 +1,2 @@ +GDTEST_PARSER_ERROR +Function "test" has the same name as a previously declared variable. |