https://bugzilla.novell.com/show_bug.cgi?id=378364
Summary: Reports lack of ';' instead of lack of parenthesis
Product: Mono: Compilers
Version: 1.9.0
Platform: Other
OS/Version: Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: C#
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
Testcase:
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
if !(new Uri (args[0],
UriKind.RelativeOrAbsolute).IsAbsoluteUri)
throw new Exception();
}
}
}
CSC:
Error 1 Syntax error, '(' expected C:\Users\root\Documents\Visual
Studio 2008\Projects\WindowsFormsApplication1\ConsoleApplication1\Program.cs
12 10 ConsoleApplication1
Error 2 ) expected C:\Users\root\Documents\Visual Studio
2008\Projects\WindowsFormsApplication1\ConsoleApplication1\Program.cs 12
72 ConsoleApplication1
GMCS:
[Task:File=/home/knocte/Documents/iDocuments/Proyectos/mono/a11y/SVNtree/uia2atk/src/samples/managed/AtkSharpHelper/Main.cs,
Line=74, Column=24, Type=Error, Priority=Normal, Description=Expecting
`;'(CS1002)]
--
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs