Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/analyzer/features/
typed_dictionary_inferred_access_isnt_constant.gd
func test(): var dict := { 0: 0 } dict[0] = 1 print(dict[0])