11 lines
112 B
C#
Raw Normal View History

// CS1525: Unexpected symbol `}', expecting `:'
// Line: 8
class Test
{
void Foo ()
{
a = cond ? expr
}
}