2015-04-07 09:35:12 +01:00
|
|
|
// CS8051: Auto-implemented property `V.P' must have get accessor
|
2014-09-04 09:07:35 +01:00
|
|
|
// Line: 6
|
|
|
|
|
2015-04-07 09:35:12 +01:00
|
|
|
class V
|
2014-09-04 09:07:35 +01:00
|
|
|
{
|
2015-04-07 09:35:12 +01:00
|
|
|
public object P { set; } = 1;
|
|
|
|
}
|