Follow-up on #33279. Investigate impact of commit bdd0ff08 on this piece of code: ```Go package pkg func fn() { func(arg int) []int { _ = arg return nil }(0)[0]++ } ```