diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-04 16:38:58 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-04 16:38:58 +0100 |
commit | 2bffa3cbc568045bcbf9ae28914126978854d8bb (patch) | |
tree | e205fe0626c05ded2aaca2666d598d6aa93b2f46 /modules/gdscript/tests/scripts/analyzer/errors/outer_class_constants.out | |
parent | ad3e5a949e433b23034b41f05adce65fd3d4b791 (diff) | |
parent | 5efbed51cce62cdd9a2927638030e76bf688cdf7 (diff) | |
download | redot-engine-2bffa3cbc568045bcbf9ae28914126978854d8bb.tar.gz |
Merge pull request #82639 from golfinq/gdscript-improve-indexing-error
GDScript: Improve error messages for invalid indexing
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer/errors/outer_class_constants.out')
-rw-r--r-- | modules/gdscript/tests/scripts/analyzer/errors/outer_class_constants.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/analyzer/errors/outer_class_constants.out b/modules/gdscript/tests/scripts/analyzer/errors/outer_class_constants.out index 73a54d7820..a6a3973255 100644 --- a/modules/gdscript/tests/scripts/analyzer/errors/outer_class_constants.out +++ b/modules/gdscript/tests/scripts/analyzer/errors/outer_class_constants.out @@ -3,4 +3,4 @@ GDTEST_RUNTIME_ERROR >> on function: test() >> analyzer/errors/outer_class_constants.gd >> 8 ->> Invalid get index 'OUTER_CONST' (on base: 'GDScript'). +>> Invalid access to property or key 'OUTER_CONST' on a base object of type 'GDScript'. |