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

cs0115.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3ae9aa468dc54391b51af7ac9a353cf1db02704 (plain)
1
2
3
4
5
class X {
	public override void Bla ()
	{
	}
}