1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00
Files
godot/modules/gdscript/tests/scripts/analyzer/features
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
..
2022-12-28 23:04:40 +02:00
2022-12-16 22:48:25 -05:00
2023-02-17 19:57:18 +02:00