[Mono-bugs] [Bug 61055][Min] Changed - error cs0172: cant compute type of conditional expr
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jul 2004 19:35:05 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=61055
--- shadow/61055 2004-07-28 19:34:42.000000000 -0400
+++ shadow/61055.tmp.19577 2004-07-28 19:35:05.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 61055
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: thlsmith@iprimus.com.au
QAContact: mono-bugs@ximian.com
@@ -47,6 +47,9 @@
static void Main ()
{
bool x = true;
bool b = x ? a [1] : 0;
}
}
+
+------- Additional Comments From bmaurer@users.sf.net 2004-07-28 19:35 -------
+CSC gets the same error.