2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0465.cs
bloba20b1558610a376855c9026a2ee6e4ce89b249d0
1 // CS0465: Introducing `Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor?
2 // Line: 7
3 // Compiler options: -warnaserror -warn:1
5 interface I
7 void Finalize ();