Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / test-xml-074.cs
blob5fec20e9a7bd7866eaf224e81f786372a6ed77f6
1 // Compiler options: -warnaserror -doc:xml-074.xml
2 using System.Collections.Generic;
4 /// <summary>The Test</summary>
5 public class Test
7 /// <summary>The Foo</summary>
8 protected Dictionary<string, object> Foo { get; set; } = new Dictionary<string, object>();
10 /// <summary>Tests the Foo</summary>
11 protected bool TestFoo;
13 static void Main ()