2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0619-15.cs
blob2bc429cdcce76edaef980946f4d58733dbac53cc
1 // cs0619-15.cs: `Test.Test()' is obsolete: `Causes an error'
2 // Line: 9
4 using System;
5 public class Test
7 [Obsolete ("Causes an error", true)]
8 public Test () {}
9 public Test (bool flag) : this () {}