[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1591-16.cs
blob814053f405bc8aaeb9254d68769d3248ec1a36a2
1 // CS1591: Missing XML comment for publicly visible type or member `Testing.Test.~Test()'
2 // Line: 16
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
5 using System;
7 namespace Testing
9 /// <summary>
10 /// description for class Test
11 /// </summary>
12 public class Test
14 ~Test ()