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

cs0644.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e93f4ef509be812e3cd271b5b8c086430a5768a (plain)
1
2
3
4
// cs0644.cs: Cannot inherit from special class
// Line: 3
class X : System.ValueType {
}