[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / mcs / tests / gtest-591-lib.cs
blob6f43ae797a0d637dfc0113e86638ccc05c52d467
1 // Compiler options: -target:library
3 using System;
5 namespace A
7 public class B<T>
9 public abstract class C : System.IEquatable<C>
11 public abstract bool Equals (C other);