Issue Details (XML | Word | Printable)

Key: BOO-363
Type: Bug Bug
Status: Resolved Resolved
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

Type inference does not take inherited abstract members into account

Created: 21/Jun/05 09:30 PM   Updated: 27/Jun/05 09:37 PM
Component/s: Compiler
Affects Version/s: 0.5
Fix Version/s: 0.5.6

Time Tracking:
Not Specified


 Description  « Hide
interface IFoo:
def Bar() as object

class Foo(IFoo):
def Bar():
return "Foo.Bar"

In the example above, Foo.Bar should have its return type inferred as System.Object because of the inherited IFoo.Bar version.



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