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

cs1028.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a167dff1df5f62108cfebabe97964e12392ae792 (plain)
1
2
3
4
5
6
7
8
// CS1028: Unexpected processor directive (no #if for this #endif)
// Line: 4

#endif

class C
{
}