godot/modules/gdscript/tests/scripts/analyzer
Antonio Dell'Annunziata f81a166ab8
fix(gdscript): Infer type from preload const
When resolving the type of the attribute from the variant, the result_type.kind was overritten for no reason.
It is assumed that this only needs to be done, if the variant value is not valid to have any kind here.

Solves #63715
2022-08-07 16:09:24 +02:00
..
errors
features fix(gdscript): Infer type from preload const 2022-08-07 16:09:24 +02:00
typed_array_assignment.gd Fix const typed array assignment 2022-05-25 09:02:11 -05:00
typed_array_assignment.out Fix const typed array assignment 2022-05-25 09:02:11 -05:00