Bugzilla – Bug 316856
Failed Test: Colon should act as Line joiner/terminator
Last modified: 2007-09-15 21:24:23 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".