[Mono-bugs] [Bug 60401][Min] Changed - Missing parentheses for method calls
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jul 2004 05:54:11 -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 banirban@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60401
--- shadow/60401 2004-06-18 15:30:58.000000000 -0400
+++ shadow/60401.tmp.21227 2004-07-09 05:54:11.000000000 -0400
@@ -30,6 +30,10 @@
System.Console.ReadLine()
end sub
shared sub ebbes
system.console.writeline("some text...")
end sub
end class
+
+------- Additional Comments From banirban@novell.com 2004-07-09 05:54 -------
+Part one has been fixed.
+