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

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