const ARRAY: Array = [0] const DICTIONARY: Dictionary = { 0: 0 } func test(): var key: int = 0 ARRAY[key] = 0 DICTIONARY[key] = 0