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