1
0
Fork 0
godot/modules/gdscript/tests/scripts/parser/features
ZuBsPaCe 1d1aa7a02f GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals
Variable->assignment needs to be incremented when assigned a value.
Also fixed and improved unit test 'variable_declaration.gd'.
Fixes #52551
2021-09-10 22:26:50 +02:00
..
advanced_expression_matching.gd Added tests for expression matching 2021-09-03 06:59:13 +02:00
advanced_expression_matching.out Added tests for expression matching 2021-09-03 06:59:13 +02:00
basic_expression_matching.gd Added tests for expression matching 2021-09-03 06:59:13 +02:00
basic_expression_matching.out Added tests for expression matching 2021-09-03 06:59:13 +02:00
semicolon_as_end_statement.gd
semicolon_as_end_statement.out
str_preserves_case.gd GDScript test style fix 2021-08-27 21:11:46 +02:00
str_preserves_case.out
trailing_comma_in_function_args.gd
trailing_comma_in_function_args.out
variable_declaration.gd GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals 2021-09-10 22:26:50 +02:00
variable_declaration.out GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals 2021-09-10 22:26:50 +02:00