[Mono-bugs] [Bug 445458] New: Internal compiler error when using void out of context
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Nov 16 00:19:19 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=445458
Summary: Internal compiler error when using void out of context
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: aaragoneses at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
namespace OtherTest
{
public static class Program
{
static void Main(string[] args)
{
}
static void MainD(object p)
{
if (p is String)
(void)((string)p).ToString();
}
}
}
Current results:
Internal compiler error during parsing, Run with -v for details(CS8032)
--
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