summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd
blob: 7b350e81adb4f1e618e94535f99ce321fde15ca3 (plain)
1
2
3
4
const dictionary := {}

func test():
	dictionary.erase(0)