[Mono-bugs] [Bug 795854] New: CSharp REPL multiply error
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 25 12:40:02 UTC 2012
https://bugzilla.novell.com/show_bug.cgi?id=795854
https://bugzilla.novell.com/show_bug.cgi?id=795854#c0
Summary: CSharp REPL multiply error
Classification: Mono
Product: Mono: Compilers
Version: 2.10.x
Platform: All
OS/Version: All
Status: NEW
Severity: Major
Priority: P5 - None
Component: C#
AssignedTo: michael.miller at suse.com
ReportedBy: darkopuflovic at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML,
like Gecko) Chrome/24.0.1312.40 Safari/537.17
int temp = 10; (any number)
temp * temp; or
temp * 10;
giving errors (respectively):
error CS0246: The type or namespace name 'temp' could not be found. Are you
missing an assembly reference?
and:
error CS1525: Unexpected symbol '10'
Reproducible: Always
Steps to Reproduce:
1.int temp = 10;
2.temp * temp;
3.temp * 10;
Actual Results:
error CS0246: The type or namespace name 'temp' could not be found. Are you
missing an assembly reference?,
error CS1525: Unexpected symbol '10'
Expected Results:
100
100
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list