2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1547-7.cs
blob874a0a30c46fd1e230e1ccecb9d9c26e01690c5e
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 6
4 class C
6 int Foo ()
8 foreach (void v in this)