14 lines
224 B
C#
Raw Normal View History

// Compiler options: -r:gtest-591-lib.dll
using System;
public class E
{
public System.Collections.Generic.Dictionary<int, A.B<int>.C> F;
public static void Main ()
{
var e = new E ();
Console.WriteLine (e.F);
}
}