Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.1Release
-
Fix Version/s: 2.5.2.Release
-
Component/s: Content Assist, Inferencing Engine
-
Labels:None
-
Number of attachments :
Description
In this case:
class Foo {
def x = 9
}
We should infer that the type of Foo.x is int.
Issue Links
- relates to
-
GRECLIPSE-1139
Content assist for closure arguments
-
I have something working locally that appears to be a good fix. I need to write up some more tests before I can close this issue.