w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1624-3.cs
blob4f90c94fb46e176b6726bc55a9afe0bdd6fcd4ff
1 // CS1624: The body of `Program.Program()' cannot be an iterator block because `void' is not an iterator interface type
2 // Line: 6
4 class Program {
5 public Program() {
6 yield break;
8 static public void Main() {