Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs1525-47.cs
1 // CS1525: Unexpected symbol `}', expecting `:'
2 // Line: 8
3
4 class Test
5 {
6         void Foo ()
7         {
8                 a = cond ? expr
9         }
10 }