Linked by Thom Holwerda on Fri 2nd Dec 2005 11:04 UTC, submitted by anonymous
Thread beginning with comment 68455
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
But would Scala do type inferencing in the VeryMuchRemovedFromAbove class? From what I've read so far, it seems it would only do local type inferencing. So the inference would be done for the variable 'a' in the example, since the knowledge of the type is available in the same class, but not for 'b' which is assigned from a function in another class.