[Mono-bugs] [Bug 74670][Nor] Changed - Compilation errors with EndIf and Parentheses

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Apr 2005 08:05:16 -0400 (EDT)


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 vsudharsan@novell.com.

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

--- shadow/74670	2005-04-20 05:51:21.000000000 -0400
+++ shadow/74670.tmp.19416	2005-04-21 08:05:16.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Compilers
 Version: 1.1
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Basic
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jwezel@compumaster.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -138,6 +138,13 @@
 mono --version = 1.1.6.5
 
 ------- Additional Comments From jwezel@compumaster.de  2005-04-20 05:51 -------
 Created an attachment (id=14980)
 14035.vb
 
+
+------- Additional Comments From vsudharsan@novell.com  2005-04-21 08:05 -------
+This probably because of "function name with a missing parens" is not
+yet implemented, For example if "Fun" is a function without any
+arguments then in VB it can be called using just the name itself, and
+it is not necessary to have "()" after it. This feature is not yet
+implemented in Mbas. We will work on it soon.