George Marques 45f546c1d8 GDScript: Make setter parameter type same as variable type 3 years ago
..
bitwise_float_left_operand.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
bitwise_float_left_operand.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
bitwise_float_right_operand.gd c6ca09dc6f Add more integration tests to the GDScript test suite 3 years ago
bitwise_float_right_operand.out c6ca09dc6f Add more integration tests to the GDScript test suite 3 years ago
class_name_shadows_builtin_type.gd 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
class_name_shadows_builtin_type.out 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
constant_name_shadows_builtin_type.gd 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
constant_name_shadows_builtin_type.out 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
constant_used_as_function.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
constant_used_as_function.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
dictionary_duplicate_key_lua.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 3 years ago
dictionary_duplicate_key_lua.out 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 3 years ago
dictionary_duplicate_key_lua_with_string.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 3 years ago
dictionary_duplicate_key_lua_with_string.out 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 3 years ago
dictionary_duplicate_key_python.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 3 years ago
dictionary_duplicate_key_python.out 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 3 years ago
enum_float_value.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
enum_float_value.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
enum_name_shadows_builtin_type.gd 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
enum_name_shadows_builtin_type.out 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
enum_string_value.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
enum_string_value.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
function_used_as_property.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
function_used_as_property.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
invalid_array_index.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
invalid_array_index.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
invalid_concatenation_bool.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
invalid_concatenation_bool.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
invalid_concatenation_dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
invalid_concatenation_dictionary.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
invalid_concatenation_mixed.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
invalid_concatenation_mixed.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
invalid_constant.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
invalid_constant.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
leading_number_separator.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
leading_number_separator.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
missing_argument.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
missing_argument.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
property_function_get_type_error.gd 551ceb590b GDScript: Report property type errors 3 years ago
property_function_get_type_error.out 551ceb590b GDScript: Report property type errors 3 years ago
property_function_set_type_error.gd 551ceb590b GDScript: Report property type errors 3 years ago
property_function_set_type_error.out 551ceb590b GDScript: Report property type errors 3 years ago
property_inline_get_type_error.gd 551ceb590b GDScript: Report property type errors 3 years ago
property_inline_get_type_error.out 551ceb590b GDScript: Report property type errors 3 years ago
property_inline_set_type_error.gd 551ceb590b GDScript: Report property type errors 3 years ago
property_inline_set_type_error.out 551ceb590b GDScript: Report property type errors 3 years ago
property_used_as_function.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
property_used_as_function.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
redefine_class_constant.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
redefine_class_constant.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
redefine_local_constant.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
redefine_local_constant.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
setter_parameter_uses_property_type.gd 45f546c1d8 GDScript: Make setter parameter type same as variable type 3 years ago
setter_parameter_uses_property_type.out 45f546c1d8 GDScript: Make setter parameter type same as variable type 3 years ago
super_nonexistent_base_method.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
super_nonexistent_base_method.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 3 years ago
variable_name_shadows_builtin_type.gd 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
variable_name_shadows_builtin_type.out 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago