11 lines
120 B
C#
11 lines
120 B
C#
|
// CS1525: Unexpected symbol `}'
|
||
|
// Line: 8
|
||
|
|
||
|
class MainClass
|
||
|
{
|
||
|
public string Test ()
|
||
|
{
|
||
|
return true ? "Hello" :
|
||
|
}
|
||
|
}
|