2015-04-07 09:35:12 +01:00
|
|
|
// CS8052: `I.P': Properties inside interfaces cannot have initializers
|
2014-09-04 09:07:35 +01:00
|
|
|
// Line: 6
|
|
|
|
|
2015-04-07 09:35:12 +01:00
|
|
|
interface I
|
2014-09-04 09:07:35 +01:00
|
|
|
{
|
2015-04-07 09:35:12 +01:00
|
|
|
int P { get; } = 4;
|
2014-09-04 09:07:35 +01:00
|
|
|
}
|