diff options
author | PastMoments <3858420+PastMoments@users.noreply.github.com> | 2022-04-13 14:03:13 -0400 |
---|---|---|
committer | PastMoments <3858420+PastMoments@users.noreply.github.com> | 2022-04-19 08:57:23 -0400 |
commit | b3704e664d23bed00b58a8e2c56d6e858f021597 (patch) | |
tree | 870de6e6ca791812c66feac468c8de6335cbbe55 /modules/gdscript/tests/scripts/analyzer/errors | |
parent | 1d2177938df078dae7be87665b7caf27c123cd38 (diff) |
Fixes GDScript define nested dictionary and array as constants #50285
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer/errors')
-rw-r--r-- | modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out b/modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out index 015ad756f8..6f7f0783f0 100644 --- a/modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out +++ b/modules/gdscript/tests/scripts/analyzer/errors/invalid_array_index.out @@ -1,2 +1,2 @@ GDTEST_ANALYZER_ERROR -Invalid index type "bool" for a base of type "Array". +Cannot get index "true" from "[0, 1]". |