w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1994.cs
blob94dc107cc6ffe553685dbca8ccd6cf38240d83d7
1 // CS1994: `C.Test()': The async modifier can only be used with methods that have a body
2 // Line: 6
4 abstract class C
6 public async abstract void Test ();