summaryrefslogtreecommitdiff
path: root/mcs/tests/test-645.cs
blob: 3db869d216a2539016dc2951dbe871021703b6d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Compiler options: -r:test-645-lib.dll

class C
{
	public static void Main ()
	{
		var n = new A.AN ();
		n.TestReturn ().Test ();
		
		var t2 = new T2 ();
		t2.Test ();
	}
}