virtualx-engine/modules/gdscript/tests/scripts/analyzer
George Marques 4bdba718c5
GDScript: Infer type with string format operator
If the left value type is known to be String, assume the format operator
(`%`) will return a string, since it works with any type in the right
hand side. This is also used by type inference even if the right hand
type is unknown at compile time.
2024-04-10 11:49:30 -03:00
..
errors Merge pull request #82639 from golfinq/gdscript-improve-indexing-error 2024-01-04 16:38:58 +01:00
features GDScript: Infer type with string format operator 2024-04-10 11:49:30 -03:00
warnings GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00