Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs1696.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87b2234d6cc31a4f8d3f1fb6585a3c77f779c4dd (plain)
1
2
3
4
5
6
// CS1696: Single-line comment or end-of-line expected
// Line: 5
// Compiler options: -warnaserror

#pragma warning disable 659 /* overrides Equals but not GetHashCode */
#pragma warning restore