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

test-debug-26.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cbe64f613b68e7a25e2e7efa4be394880d3cb0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
partial class P
{
	partial void Foo ();
}

partial class P
{
	partial void Foo ()
	{
	}
	
	public static void Main ()
	{
	}
}