You've already forked linux-packaging-mono
11 lines
106 B
C#
11 lines
106 B
C#
![]() |
// CS1525: Unexpected symbol `int'
|
||
|
// Line: 8
|
||
|
|
||
|
class T {
|
||
|
void member ()
|
||
|
{
|
||
|
int a = 1 | 2
|
||
|
int b;
|
||
|
}
|
||
|
}
|