[Mono-bugs] [Bug 71197][Nor] New - Failed Test: Colon should act as Line joiner/terminator

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 12 Jan 2005 04:26:00 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mrunleaded@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71197

--- shadow/71197	2005-01-12 04:26:00.000000000 -0500
+++ shadow/71197.tmp.3402	2005-01-12 04:26:00.000000000 -0500
@@ -0,0 +1,51 @@
+Bug#: 71197
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: XP Professional
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Basic
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mrunleaded@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Failed Test: Colon should act as Line joiner/terminator
+
+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: