You've already forked linux-packaging-mono
8 lines
103 B
C#
8 lines
103 B
C#
![]() |
// CS1043: Invalid accessor body `1', expecting `;' or `{'
|
||
|
// Line: 6
|
||
|
|
||
|
class C
|
||
|
{
|
||
|
int Foo { set 1; }
|
||
|
}
|