History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-884
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Rodrigo B. de Oliveira
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

compiler should prefer data preserving overloads

Created: 30/Sep/07 07:59 PM   Updated: 30/Sep/07 08:36 PM
Component/s: None
Affects Version/s: 0.7.9
Fix Version/s: 0.8

Time Tracking:
Not Specified


 Description  « Hide
def bar(a1 as int, a2 as int, a3 as int):
print "int"

def bar(a1 as single, a2 as single, a3 as single):
print "single"

s as single
i as int

bar(s, i, i) # should print single



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.