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

cs2029.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 292969394b29e6e4e695cc3d462d202ca51988b8 (plain)
1
2
3
4
5
// CS2029: Invalid conditional define symbol `a.b'
// Line: 0
// Compiler options: -warnaserror -d:a.b

class C {}