2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0465.cs
blob192c3347929ca6095184bec18ef179317d2f7dd9
1 // cs0465.cs: Introducing a '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 ();