예제 #1
0
파일: gtest-544.cs 프로젝트: zgramana/mono
    public static int Main()
    {
        var b = new B();

        if (b.Foo <int?> () == null)
        {
            return(0);
        }

        b.Foo2 <int?> ();

        var b2 = new B2();

        b2.Foo <byte> ();

        return(1);
    }