On Aug 23, 2006, at 12:24 PM, Jonathan Johnson wrote:
This situation right here:
Sub Foo( i as Integer )
Sub Foo( s as String )
Class Bar
GetValue() As String
GetValue() as Integer
End Class
Foo( myBar.GetValue() )
In the current implementation, this can't be ambiguous. However, if
overloaded return types were allowed, this would be ambiguous.
Nasty stuff !
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>