Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/analyzer/features/
infer_type_on_string_format.gd
# GH-88082 func test(): var x = 1 var message := "value: %s" % x print(message)