fix ET tests for 4.0
[mcs.git] / errors / cs0465-2.cs
blob8248e5464467851c6bc8fb42b7f17bd6ec7bac27
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 class T
6 {
7 static void Finalize ()