http://bugzilla.novell.com/show_bug.cgi?id=629103
http://bugzilla.novell.com/show_bug.cgi?id=629103#c1 Rolf Bjarne Kvinge <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED --- Comment #1 from Rolf Bjarne Kvinge <[email protected]> 2010-08-06 22:33:16 CEST --- The bug is about passing the implicit local variable with the same name as the function to method that takes a byref argument. If you modify your sample to this: Public Shared Function GetHidGuid() As System.Guid Dim g As Guid HidD_GetHidGuid(g) return g End Function it compiles. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
