Files
linux-packaging-mono/mcs/tests/gtest-166.cs

12 lines
183 B
C#
Raw Normal View History

// Compiler options: -r:gtest-166-lib.dll
using System;
public class Foo
{
public static void Main ()
{
Comparison<TestClass.A<TestClass.Nested>> b = TestClass.B.Compare;
}
}