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

gtest-306.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e020b1cbdbf6d9e9e1c2c30fe37bb5252564c9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
using System;

public partial class FuParentClass<Trow>
{
	public FuParentClass ()
	{
	}
}

public partial class FuParentClass<Trow>
{
	public class FuChildClass 
	{
		public FuChildClass ()
		{			
		}
	}
}

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