In ilasm/tests:
[mcs.git] / errors / cs0465-2.cs
blob26ed1018c72c481b81ee54841c0372e62df4e306
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 class T
6 {
7 static void Finalize ()