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

cs0113.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ddf367cf5d1f47a3e0f01764e68eb94097205e1 (plain)
1
2
3
class X {
	public virtual override void Y () {}
}