2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0102-17.cs
blob97071314c5cfd8f7c362928c9ee9f9bf671d998b
1 // CS0102: The type `CS0102' already contains a definition for `Clone'
2 // Line: 6
4 class CS0102
6 object Clone ()
8 return this;
11 public class Clone