Files
linux-packaging-mono/mcs/errors/cs1525-47.cs

11 lines
112 B
C#
Raw Normal View History

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