[Mono.Profiler.Log] Support MLPD version 13
[mono.git] / mcs / tests / test-xml-051.cs
1 // Compiler options: -doc:xml-051.xml -warnaserror
2 using log4net.Repository.Hierarchy;
3
4 namespace log4net
5 {
6   /// <summary>
7   /// <see cref="Repository.Hierarchy" />
8   /// </summary>
9   public interface IFoo {}
10 }
11
12 namespace log4net.Repository {
13   /// <summary>
14   /// <see cref="Hierarchy" />
15   /// <see cref="System.Xml" />
16   /// </summary>
17   public interface ILog {
18   }
19 }
20
21 namespace log4net.Repository.Hierarchy {
22   /// <summary />
23   public class Hierarchy {
24     static void Main () {
25     }
26   }
27 }