2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1525-4.cs
bloba1e921b81e043cbcea9dfd351b3483ad2c59681e
1 // CS1525: Unexpected symbol `text'
2 // Line: 8
4 class MainClass
6 static void Main ()
8 System.Console.WriteLine((true ? "" : "") "text");