Updated project.
[mono.git] / mcs / errors / cs0173-2.cs
1 // cs0173.cs: Type of conditional expression can't be determined because there is no implicit conversion between 'int' and '<null>'\r// Line: 29\r\rpublic class MainClass {\r        public static void Main() {
2                 bool result = false;\r                System.Console.WriteLine (result ? 1 : null);\r   }\r}\r