3c59c1b5d935dd3ffe16fba8ec421c11c88fccbd
[mono.git] / mcs / errors / cs1591-16.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
2 using System;
3
4 namespace Testing
5 {
6         /// <summary>
7         /// description for class Test
8         /// </summary>
9         public class Test
10         {
11                 ~Test ()
12                 {
13                 }
14         }
15 }