Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.0.0m2
-
Fix Version/s: 2.0.0RC1
-
Component/s: Content Assist
-
Labels:None
-
Number of attachments :
Description
In this code:
class Sub extends Super {
def method() {
def y = { }
y().<---content assist here
}
}
class Super {
def x
}
Performing content assist at the location specified and 'x' comes up as one of the proposals, but it shouldn't.
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Cannot Reproduce [ 5 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Odd...can't reproduce now.