[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs8051.cs
blob1bd716c4b82baecf2e5b98f5c3572aaa2b050535
1 // CS8051: Auto-implemented property `V.P' must have get accessor
2 // Line: 6
4 class V
6 public object P { set; } = 1;