Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs1025-2.cs
1 // CS1025 : Single-line comment or end-of-line expected
2 // Line: 6
3
4 #if DEBUG DEBUG
5 // ...
6 #endif