Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs2015.cs
1 // CS2015: Source file `CS2015-lib.dll' is a binary file and not a text file
2 // Line: 0
3 // Compiler options: CS2015-lib.dll
4
5 class C
6 {
7         public static void Main () {}
8 }