[tuner] handle the case with multiple "preserve" attributes
[mono-project.git] / mcs / tests / test-xml-067.cs
blob95b0a987f71a8f1ae35c6bedd52832459dde36c9
1 // Compiler options: support-xml-067.cs -doc:xml-067.xml -warnaserror
3 // Partial types can have documentation on one part only
5 using System;
7 namespace Testing
9 /// <summary>
10 /// description for class Test
11 /// </summary>
12 public partial class Test
14 /// test
15 public Test ()
20 public partial class Test
22 /// test 2
23 public void Foo ()
27 static void Main ()