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

test-359.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f20d5bda97d03c8250f690a544d1085e351dbf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
partial interface B {
  void foo ();
}

partial interface B {
  void faa ();
}

public class Test
{
	public static void Main ()
	{
	}
}