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

cs1692.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57deae8435d30ac10df00c08693f9f5b009ddbe6 (plain)
1
2
3
4
5
6
7
// cs1692.cs: Invalid number
// Line: 5
// Compiler options: -warnaserror

#pragma warning disable AAA
class MainClass {
}