[Mono-bugs] [Bug 478520] New: csharp repl shell crashes with this line: "3 * 4; "
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Feb 22 17:42:50 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=478520
Summary: csharp repl shell crashes with this line: "3 * 4;"
Classification: Mono
Product: Mono: Tools
Version: 2.2.x
Platform: i686
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: tools
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: mzyzik at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4)
Gecko/2008102920 Firefox/3.0.4
If you type "3 + 4;" (without the quotes) on an empty line, it carries out the
addition as expected.
If you type "3 * 4;" (without the quotes) on an empty line, the program
crashes.
Reproducible: Always
Actual Results:
{interactive}(1,2): error CS0201: Only assignment, call, increment, decrement,
and new object expressions can be used as a statement
{interactive}(1,6): error CS1525: Unexpected symbol `4', expecting `[',
`<operator>', or `identifier'
Expected Results:
12
--
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