virtualx-engine/modules/gdscript/tests/scripts/analyzer/errors
ZuBsPaCe 551ceb590b GDScript: Report property type errors
Inline getters & setters are now FunctionNodes.
Their names are set in the parser, not in the compiler.
GDScript-Analyzer will now run through getter and setter.
Also report wrong type or signature errors regarding getset properties.
Added GDScript tests for getters and setters.
#53102
2021-10-08 22:06:15 +02:00
..
bitwise_float_left_operand.gd
bitwise_float_left_operand.out
bitwise_float_right_operand.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
bitwise_float_right_operand.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
class_name_shadows_builtin_type.gd GDScript: Don't allow builtin type names as identifiers 2021-09-29 11:23:16 -03:00
class_name_shadows_builtin_type.out GDScript: Don't allow builtin type names as identifiers 2021-09-29 11:23:16 -03:00
constant_name_shadows_builtin_type.gd GDScript: Don't allow builtin type names as identifiers 2021-09-29 11:23:16 -03:00
constant_name_shadows_builtin_type.out GDScript: Don't allow builtin type names as identifiers 2021-09-29 11:23:16 -03:00
constant_used_as_function.gd
constant_used_as_function.out
dictionary_duplicate_key_lua.gd GDScript: Allow string keys on Lua-style dictionaries 2021-09-15 09:56:24 -03:00
dictionary_duplicate_key_lua.out GDScript: Allow string keys on Lua-style dictionaries 2021-09-15 09:56:24 -03:00
dictionary_duplicate_key_lua_with_string.gd GDScript: Allow string keys on Lua-style dictionaries 2021-09-15 09:56:24 -03:00
dictionary_duplicate_key_lua_with_string.out GDScript: Allow string keys on Lua-style dictionaries 2021-09-15 09:56:24 -03:00
dictionary_duplicate_key_python.gd GDScript: Allow string keys on Lua-style dictionaries 2021-09-15 09:56:24 -03:00
dictionary_duplicate_key_python.out GDScript: Allow string keys on Lua-style dictionaries 2021-09-15 09:56:24 -03:00
enum_float_value.gd
enum_float_value.out
enum_name_shadows_builtin_type.gd GDScript: Don't allow builtin type names as identifiers 2021-09-29 11:23:16 -03:00
enum_name_shadows_builtin_type.out GDScript: Don't allow builtin type names as identifiers 2021-09-29 11:23:16 -03:00
enum_string_value.gd
enum_string_value.out
function_used_as_property.gd
function_used_as_property.out
invalid_array_index.gd
invalid_array_index.out
invalid_concatenation_bool.gd
invalid_concatenation_bool.out
invalid_concatenation_dictionary.gd
invalid_concatenation_dictionary.out
invalid_concatenation_mixed.gd
invalid_concatenation_mixed.out
invalid_constant.gd
invalid_constant.out
leading_number_separator.gd
leading_number_separator.out
missing_argument.gd
missing_argument.out
property_function_get_type_error.gd GDScript: Report property type errors 2021-10-08 22:06:15 +02:00
property_function_get_type_error.out GDScript: Report property type errors 2021-10-08 22:06:15 +02:00
property_function_set_type_error.gd GDScript: Report property type errors 2021-10-08 22:06:15 +02:00
property_function_set_type_error.out GDScript: Report property type errors 2021-10-08 22:06:15 +02:00
property_inline_get_type_error.gd GDScript: Report property type errors 2021-10-08 22:06:15 +02:00
property_inline_get_type_error.out GDScript: Report property type errors 2021-10-08 22:06:15 +02:00
property_inline_set_type_error.gd GDScript: Report property type errors 2021-10-08 22:06:15 +02:00
property_inline_set_type_error.out GDScript: Report property type errors 2021-10-08 22:06:15 +02:00
property_used_as_function.gd
property_used_as_function.out
redefine_class_constant.gd
redefine_class_constant.out
redefine_local_constant.gd
redefine_local_constant.out
super_nonexistent_base_method.gd
super_nonexistent_base_method.out
variable_name_shadows_builtin_type.gd GDScript: Don't allow builtin type names as identifiers 2021-09-29 11:23:16 -03:00
variable_name_shadows_builtin_type.out GDScript: Don't allow builtin type names as identifiers 2021-09-29 11:23:16 -03:00