Consider the following:
class C {
@Delegate List<String> strings
}
new C().x
Completion proposals for "x" include "indexOf" and "lastIndexOf" but the DSLD value-add is missing. If "x" is "i" then "indexOf" and others are duplicated in the list (within the same source unit as C).


Consider the following:
Completion proposals for "x" include "indexOf" and "lastIndexOf" but the DSLD value-add is missing. If "x" is "i" then "indexOf" and others are duplicated in the list (within the same source unit as
C).