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

cs7007.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54a6d2c2cc233a291e19aadc62458556dc9482a6 (plain)
1
2
3
4
// CS7007: A 'using static' directive can only be applied to types but `System' denotes a namespace. Consider using a `using' directive instead
// Line: 4

using static System;