function foo(
	dict<string, mixed> $arr
): void {
	/* HAKANA_FIXME[UnusedAssignment] */
	$arr['foo'] = 'bar';
}