Danil Alexeev d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 2 years ago
..
abstract_class_instantiate.gd 6a8a9cd279 Change GDScript tests to use InstancePlaceholder as the example abstract 2 years ago
abstract_class_instantiate.out 6a8a9cd279 Change GDScript tests to use InstancePlaceholder as the example abstract 2 years ago
abstract_script_instantiate.gd 6a8a9cd279 Change GDScript tests to use InstancePlaceholder as the example abstract 2 years ago
abstract_script_instantiate.out 6a8a9cd279 Change GDScript tests to use InstancePlaceholder as the example abstract 2 years ago
annotation_non_constant_parameter.gd b004f8180e GDScript: Allow constant expressions in annotations 2 years ago
annotation_non_constant_parameter.out b004f8180e GDScript: Allow constant expressions in annotations 2 years ago
assign_enum.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
assign_enum.out 366ec895b1 Assorted enum and native type fixes 2 years ago
assign_named_enum.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
assign_named_enum.out 366ec895b1 Assorted enum and native type fixes 2 years ago
assign_signal.gd d93dbab054 Add MethodInfo to signal datatype 2 years ago
assign_signal.out d93dbab054 Add MethodInfo to signal datatype 2 years ago
assign_to_read_only_property.gd 5fc7918594 GDScript: Improve usability of setter chains 2 years ago
assign_to_read_only_property.out 5fc7918594 GDScript: Improve usability of setter chains 2 years ago
assign_to_read_only_property_indirectly.gd 5fc7918594 GDScript: Improve usability of setter chains 2 years ago
assign_to_read_only_property_indirectly.out 5fc7918594 GDScript: Improve usability of setter chains 2 years ago
assymetric_assignment_bad.gd 31e0ae2012 GDScript: Fix constant conversions 2 years ago
assymetric_assignment_bad.out 31e0ae2012 GDScript: Fix constant conversions 2 years ago
await_signal_no_infer.gd 685db28e29 GDScript: Fix `await` type inference 2 years ago
await_signal_no_infer.out 685db28e29 GDScript: Fix `await` type inference 2 years ago
bitwise_float_left_operand.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
bitwise_float_left_operand.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
bitwise_float_right_operand.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
bitwise_float_right_operand.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 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 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
constant_array_index_assign.gd 5e2ac1a31e GDScript: Begin making constants deep, not shallow or flat 2 years ago
constant_array_index_assign.out 5e2ac1a31e GDScript: Begin making constants deep, not shallow or flat 2 years ago
constant_dictionary_index_assign.gd 5e2ac1a31e GDScript: Begin making constants deep, not shallow or flat 2 years ago
constant_dictionary_index_assign.out 5e2ac1a31e GDScript: Begin making constants deep, not shallow or flat 2 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_subscript_type.gd ff505c9875 GDScript: Fix type for index subscript on constant 2 years ago
constant_subscript_type.out ff505c9875 GDScript: Fix type for index subscript on constant 2 years ago
constant_used_as_function.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
constant_used_as_function.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
constructor_call_type.gd f67aa3e46d GDScript: Fix return type of constructor call for extending class 2 years ago
constructor_call_type.out f67aa3e46d GDScript: Fix return type of constructor call for extending class 2 years ago
cyclic_inheritance.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_inheritance.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_const.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_const.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_enum.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_enum.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_enum_value.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_enum_value.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_external.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_external.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_external_a.notest.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_func.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_func.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_override.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_override.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_var.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_var.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_var_self.gd d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 2 years ago
cyclic_ref_var_self.out d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 2 years ago
dictionary_duplicate_key_lua.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_duplicate_key_lua.out 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_duplicate_key_lua_with_string.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_duplicate_key_lua_with_string.out 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_duplicate_key_python.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_duplicate_key_python.out 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_string_stringname_equivalent.gd e79be6ce07 Unify String and StringName 2 years ago
dictionary_string_stringname_equivalent.out e79be6ce07 Unify String and StringName 2 years ago
enum_bad_method.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_bad_method.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_bad_value.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_bad_value.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
enum_class_var_assign_with_wrong_enum_type.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 3 years ago
enum_class_var_assign_with_wrong_enum_type.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
enum_class_var_init_with_wrong_enum_type.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 3 years ago
enum_class_var_init_with_wrong_enum_type.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
enum_duplicate_bad_method.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_duplicate_bad_method.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_float_value.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum_float_value.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum_function_parameter_wrong_type.gd ea5fd3d732 Fix GDScript code style regarding colon 2 years ago
enum_function_parameter_wrong_type.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
enum_function_return_wrong_type.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_function_return_wrong_type.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
enum_local_var_assign_outer_with_wrong_enum_type.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_local_var_assign_outer_with_wrong_enum_type.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
enum_local_var_assign_with_wrong_enum_type.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 3 years ago
enum_local_var_assign_with_wrong_enum_type.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
enum_local_var_init_with_wrong_enum_type.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 3 years ago
enum_local_var_init_with_wrong_enum_type.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 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_native_bad_value.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_native_bad_value.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
enum_preload_unnamed_assign_to_named.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
enum_preload_unnamed_assign_to_named.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
enum_shadows_base_enum.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_shadows_base_enum.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_string_value.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum_string_value.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum_unnamed_assign_to_named.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_unnamed_assign_to_named.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
extend_non_class_constant_1.gd 66279b98b6 GDScript: Add missing member type check when resolving `extends` 2 years ago
extend_non_class_constant_1.out 66279b98b6 GDScript: Add missing member type check when resolving `extends` 2 years ago
extend_non_class_constant_2.gd 66279b98b6 GDScript: Add missing member type check when resolving `extends` 2 years ago
extend_non_class_constant_2.out 66279b98b6 GDScript: Add missing member type check when resolving `extends` 2 years ago
extend_non_gdscript_nested.gd 4e34cf238a GDScript: Change parser representation of class extends 2 years ago
extend_non_gdscript_nested.out 4e34cf238a GDScript: Change parser representation of class extends 2 years ago
extend_unknown.gd 4e34cf238a GDScript: Change parser representation of class extends 2 years ago
extend_unknown.out 4e34cf238a GDScript: Change parser representation of class extends 2 years ago
extend_variable.gd 66279b98b6 GDScript: Add missing member type check when resolving `extends` 2 years ago
extend_variable.out 66279b98b6 GDScript: Add missing member type check when resolving `extends` 2 years ago
for_loop_on_constant_float.gd 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_constant_float.out 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_constant_int.gd 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_constant_int.out 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_enum_value.gd 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_enum_value.out 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_hard_float.gd 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_hard_float.out 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_hard_int.gd 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_hard_int.out 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_hard_iterator.gd 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_hard_iterator.out 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_hard_string.gd 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_hard_string.out 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_literal_bool.gd 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_literal_bool.out 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_literal_int.gd 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
for_loop_on_literal_int.out 40613ebd21 GDScript: Fix typing of iterator in for loop 2 years ago
function_dont_match_parent_signature_parameter_count_less.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 years ago
function_dont_match_parent_signature_parameter_count_less.out d1e4146462 Improve parent signature error 2 years ago
function_dont_match_parent_signature_parameter_count_more.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 years ago
function_dont_match_parent_signature_parameter_count_more.out d1e4146462 Improve parent signature error 2 years ago
function_dont_match_parent_signature_parameter_default_values.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 years ago
function_dont_match_parent_signature_parameter_default_values.out 273bf7210f GDScript: Add warnings that are set to error by default 2 years ago
function_dont_match_parent_signature_parameter_type.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 years ago
function_dont_match_parent_signature_parameter_type.out d1e4146462 Improve parent signature error 2 years ago
function_dont_match_parent_signature_return_type.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 years ago
function_dont_match_parent_signature_return_type.out d1e4146462 Improve parent signature error 2 years ago
function_used_as_property.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
function_used_as_property.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
get_node_shorthand_within_non_node.gd 3941af3d91 GDScript: Don't allow @onready without inheriting Node 2 years ago
get_node_shorthand_within_non_node.out 3941af3d91 GDScript: Don't allow @onready without inheriting Node 2 years ago
incompatible_assignment.gd 38c214d483 GDScript: Fix some issues with assignments that involve untyped things 2 years ago
incompatible_assignment.out 38c214d483 GDScript: Fix some issues with assignments that involve untyped things 2 years ago
inferring_with_weak_type_local_variable.gd a1e0281b45 GDScript: Disallow type inference with untyped initializer 2 years ago
inferring_with_weak_type_local_variable.out a1e0281b45 GDScript: Disallow type inference with untyped initializer 2 years ago
inferring_with_weak_type_member_variable.gd a1e0281b45 GDScript: Disallow type inference with untyped initializer 2 years ago
inferring_with_weak_type_member_variable.out a1e0281b45 GDScript: Disallow type inference with untyped initializer 2 years ago
inferring_with_weak_type_parameter.gd a1e0281b45 GDScript: Disallow type inference with untyped initializer 2 years ago
inferring_with_weak_type_parameter.out a1e0281b45 GDScript: Disallow type inference with untyped initializer 2 years ago
invalid_array_index.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_array_index.out 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
invalid_concatenation_bool.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_concatenation_bool.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_concatenation_dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_concatenation_dictionary.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_concatenation_mixed.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_concatenation_mixed.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_constant.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_constant.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
lambda_no_return.gd 532ffc30bd GDScript: Fix typing of lambda functions 2 years ago
lambda_no_return.out 532ffc30bd GDScript: Fix typing of lambda functions 2 years ago
lambda_wrong_return.gd 532ffc30bd GDScript: Fix typing of lambda functions 2 years ago
lambda_wrong_return.out 31e0ae2012 GDScript: Fix constant conversions 2 years ago
leading_number_separator.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
leading_number_separator.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
match_with_subscript.gd c68b2358d5 GDScript: Allow variables in match patterns 2 years ago
match_with_subscript.out c68b2358d5 GDScript: Allow variables in match patterns 2 years ago
match_with_variable_expression.gd c68b2358d5 GDScript: Allow variables in match patterns 2 years ago
match_with_variable_expression.out c68b2358d5 GDScript: Allow variables in match patterns 2 years ago
missing_argument.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
missing_argument.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
native_freed_instance.gd ea5fd3d732 Fix GDScript code style regarding colon 2 years ago
native_freed_instance.out c45970739e Fix crash by freed object assign to typed variable 2 years ago
native_type_errors.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
native_type_errors.out 366ec895b1 Assorted enum and native type fixes 2 years ago
not_found_type.gd 2a08739f30 GDScript: Fix error message for unfound type 2 years ago
not_found_type.out 2a08739f30 GDScript: Fix error message for unfound type 2 years ago
onready_within_non_node.gd 3941af3d91 GDScript: Don't allow @onready without inheriting Node 2 years ago
onready_within_non_node.out 3941af3d91 GDScript: Don't allow @onready without inheriting Node 2 years ago
onready_within_non_node_inner_class.gd ed5ddab7e5 GDScript: Fix inheritance check of @onready for inner classes 2 years ago
onready_within_non_node_inner_class.out ed5ddab7e5 GDScript: Fix inheritance check of @onready for inner classes 2 years ago
outer_class_constants.gd fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_constants.out fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_constants_as_variant.gd fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_constants_as_variant.out fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_instance_constants.gd fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_instance_constants.out fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_instance_constants_as_variant.gd fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_instance_constants_as_variant.out fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_lookup.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
outer_class_lookup.out 1bbb2b4159 Fix outer class lookup 2 years ago
overload_script_variable.gd 13be0ab733 Fix ability to overload "script" variable 2 years ago
overload_script_variable.out 13be0ab733 Fix ability to overload "script" variable 2 years ago
params_default_forward_reference.gd 960a26f6c0 GDScript: Fix parsing default parameter values from function calls 3 years ago
params_default_forward_reference.out 960a26f6c0 GDScript: Fix parsing default parameter values from function calls 3 years ago
preload_enum_error.gd ea5fd3d732 Fix GDScript code style regarding colon 2 years ago
preload_enum_error.out 75f16b8167 Make global scope enums accessible as types in GDScript 2 years ago
prints_base_type_not_found.gd 5d164df4e1 Make type not found errors more informative. 2 years ago
prints_base_type_not_found.out 5d164df4e1 Make type not found errors more informative. 2 years ago
property_function_get_type_error.gd ea5fd3d732 Fix GDScript code style regarding colon 2 years ago
property_function_get_type_error.out 551ceb590b GDScript: Report property type errors 3 years ago
property_function_set_type_error.gd ea5fd3d732 Fix GDScript code style regarding colon 2 years ago
property_function_set_type_error.out 551ceb590b GDScript: Report property type errors 3 years ago
property_inline_get_type_error.gd ea5fd3d732 Fix GDScript code style regarding colon 2 years ago
property_inline_get_type_error.out 551ceb590b GDScript: Report property type errors 3 years ago
property_inline_set_type_error.gd ea5fd3d732 Fix GDScript code style regarding colon 2 years ago
property_inline_set_type_error.out 366ec895b1 Assorted enum and native type fixes 2 years ago
property_used_as_function.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
property_used_as_function.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
redefine_class_constant.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
redefine_class_constant.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
redefine_local_constant.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
redefine_local_constant.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
return_null_in_void_func.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
return_null_in_void_func.out 9507f65e25 GDScript: Disallow return with value in void functions 2 years ago
return_variant_in_void_func.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
return_variant_in_void_func.out 9507f65e25 GDScript: Disallow return with value in void functions 2 years ago
script_freed_instance.gd ea5fd3d732 Fix GDScript code style regarding colon 2 years ago
script_freed_instance.out c45970739e Fix crash by freed object assign to typed variable 2 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 a1d06749f1 Unify typing of variables, constants and parameters in GDScript 2 years ago
static_constructor_with_return_type.gd 0ba6048ad3 Add support for static variables in GDScript 2 years ago
static_constructor_with_return_type.out 0ba6048ad3 Add support for static variables in GDScript 2 years ago
static_func_call_non_static.gd 3bf72be625 GDScript: Fix calling static func from non-static is allowed 2 years ago
static_func_call_non_static.out 3bf72be625 GDScript: Fix calling static func from non-static is allowed 2 years ago
static_var_export_annotation.gd aebbbda080 GDScript: Fix some bugs with static variables and functions 2 years ago
static_var_export_annotation.out aebbbda080 GDScript: Fix some bugs with static variables and functions 2 years ago
static_var_init_non_static_call.gd 0ba6048ad3 Add support for static variables in GDScript 2 years ago
static_var_init_non_static_call.out 0ba6048ad3 Add support for static variables in GDScript 2 years ago
super_nonexistent_base_method.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
super_nonexistent_base_method.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
ternary_weak_infer.gd 1a810ff45e GDScript: Fix type certainty for result of ternary operator 2 years ago
ternary_weak_infer.out 1a810ff45e GDScript: Fix type certainty for result of ternary operator 2 years ago
typed_array_assign_differently_typed.gd 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_assign_differently_typed.out 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_assignment.gd 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_assignment.out 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_init_with_unconvertable_in_literal.gd 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_init_with_unconvertable_in_literal.out 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_pass_differently_to_typed.gd 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
typed_array_pass_differently_to_typed.out 5909f9f075 GDScript: Fix issues with typed arrays 2 years ago
use_value_of_void_function_builtin_method.gd bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_builtin_method.out bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_custom_method.gd bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_custom_method.out bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_gd_utility.gd bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_gd_utility.out bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_native_method.gd bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_native_method.out bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_utility.gd bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_utility.out bc739a4687 GDScript: Make using return of void function an error 2 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
variable_overloads_superclass_function.gd 13be0ab733 Fix ability to overload "script" variable 2 years ago
variable_overloads_superclass_function.out 13be0ab733 Fix ability to overload "script" variable 2 years ago