예제 #1
0
파일: test-645.cs 프로젝트: nobled/mono
	public static void Main ()
	{
		var n = new A.AN ();
		n.TestReturn ().Test ();
		
		var t2 = new T2 ();
		t2.Test ();
	}
예제 #2
0
    public static void Main()
    {
        var n = new A.AN();

        n.TestReturn().Test();

        var t2 = new T2();

        t2.Test();
    }