You've already forked linux-packaging-mono
8 lines
128 B
C#
8 lines
128 B
C#
![]() |
// CS0100: The parameter name `obj' is a duplicate
|
||
|
// Line: 4
|
||
|
|
||
|
class C
|
||
|
{
|
||
|
public static extern bool operator +(C obj, C obj);
|
||
|
}
|