[Mono-bugs] [Bug 430462] New: Evaluator: 4*3 does not compile.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Sep 28 03:03:01 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=430462
Summary: Evaluator: 4*3 does not compile.
Product: Mono: Compilers
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: miguel at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
The following fails:
csharp> 4 *3;
<interactive>(1,2): error CS0201: Only assignment, call, increment, decrement,
and new object expressions can be used as a statement
<interactive>(1,4): error CS1002: Expecting `?', `[', `<operator>', or
`identifier', got value
This works:
csharp> 1+2*8;
17
--
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