> the foreach syntax admits a type declaration for the iteration parameter. [...] > I'd like to replace the broken code path with a compile error indicating > that specifying a type is no longer supported; and in a while remove that > entirely from the syntax. done in r1214 --