virtualx-engine/modules/gdscript/tests/scripts/analyzer
George Marques 6bdb28f5e4
GDScript: Avoid hard errors on inferred types
Since inference isn't always correct, they are now treated as unsafe
instead of errors.

This also removes inferred type when a variable is reassigned. Since
it's not aware of branching, the types might become invalid in a later
context.
2021-10-06 11:42:19 -03:00
..
errors GDScript: Don't allow builtin type names as identifiers 2021-09-29 11:23:16 -03:00
features GDScript: Avoid hard errors on inferred types 2021-10-06 11:42:19 -03:00