You've already forked linux-packaging-mono
15 lines
141 B
C#
15 lines
141 B
C#
![]() |
// CS1525: Unexpected symbol `)'
|
||
|
// Line: 12
|
||
|
|
||
|
class Test
|
||
|
{
|
||
|
static void Foo (int a, bool b)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
static void Main ()
|
||
|
{
|
||
|
Foo (1, );
|
||
|
}
|
||
|
}
|