Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-xml-023.cs
1 // Compiler options: -doc:xml-023.xml
2    public class Test
3    {
4        public class A {}
5
6        public static void Main ()
7        {
8        }
9
10        /// here is a documentation
11        public static void Foo (A a, int x)
12        {
13        }
14    }
15