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

n2.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34c210e1fe7233235c7a9f6bd8b1243c6b4cf623 (plain)
1
2
3
4
using System.Collections;

class X : Queue {
}