// Compiler options: -warnaserror -doc:xml-074.xml
using System.Collections.Generic;
/// The Test
public class Test
{
/// The Foo
protected Dictionary Foo { get; set; } = new Dictionary();
/// Tests the Foo
protected bool TestFoo;
static void Main ()
{
}
}