Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / errors / cs1696.cs
1 // CS1696: Single-line comment or end-of-line expected
2 // Line: 5
3 // Compiler options: -warnaserror
4
5 #pragma warning disable 659 /* overrides Equals but not GetHashCode */
6 #pragma warning restore