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

cs1529.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d822cb7cef1b442b4145d0a8e83cb5bd03b47def (plain)
1
2
3
4
// cs1529.cs: Using clause must precede all other namespace elements
// Line: 4
class X { }
using System;