[Mono-bugs] [Bug 64223][Min] New - We don't report CS0173 (errors/cs0173-2.cs)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 26 Aug 2004 18:51:07 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=64223

--- shadow/64223	2004-08-26 18:51:07.000000000 -0400
+++ shadow/64223.tmp.28335	2004-08-26 18:51:07.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 64223
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: martin@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: We don't report CS0173 (errors/cs0173-2.cs)
+
+public static void Main() {xpression can't be determined because
+there is no implicit conversion between 'int' and '<null>'
+}  }            System.Console.WriteLine (result ? 1 : null);