Bug 316856 (MONO71197) - Failed Test: Colon should act as Line joiner/terminator
Summary: Failed Test: Colon should act as Line joiner/terminator
Status: RESOLVED FIXED
Alias: MONO71197
Product: Mono: Compilers
Classification: Mono
Component: Basic (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: B Anirban
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 11:26 UTC by Kevin
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:03:41 UTC


---- Reported by mrunleaded@gmail.com 2005-01-12 04:26:00 MST ----

Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
A class that uses a colon after the class name should and before an
inherits statement fails to compile. for example:

1:Public Class C1
2:    Public X as Integer
3:End Class
4:
5:Public Class C2 : Inherits C1
6:    Public Y as Integer
7:End Class


Line 5 causes the problem but should still compile as if it were a newline


Actual Results:
syntax error, got token `COLON'
tests\InheritanceM.vb(15,14) error BC29999: Parsing error
Compilation failed: 1 Error(s), 0 warnings



Expected Results:
The File should compile.


How often does this happen? 
As often as it is attempted.

Additional Information:



---- Additional Comments From banirban@novell.com 2005-01-12 10:05:58 MST ----

Fixed and checked-in in SVN


Unknown bug field "cf_op_sys_details" encountered while moving bug
   <cf_op_sys_details>XP Professional</cf_op_sys_details>
Unknown operating system unknown. Setting to default OS "Other".