[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / mcs / tests / gtest-autoproperty-15.cs
blobe74266fffbc873227b730e34120b86b3f85ccc37
1 public class C
3 public virtual int A { get; private set; }
5 public static void Main ()