[Mono-bugs] [Bug 341245] New: [Flow-analysis] on conditional methods
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 13 04:46:57 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=341245
Summary: [Flow-analysis] on conditional methods
Product: Mono: Compilers
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at ximian.com
ReportedBy: msafar at novell.com
QAContact: mono-bugs at ximian.com
Found By: ---
using System;
using System.Diagnostics;
class C
{
static int Main()
{
int a;
Foo (a = 9);
return x; // <--- CS0165 expected
}
[Conditional ("MISSING")]
static void Foo (int value)
{
}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list