Consider the following:
class Bean {
String prop
def method(int param) {
|
}
}
Content assist (Ctrl-Space) at | should include proposal for param. Currently local variables (including method parameters) are not returned in this case because containing method's BlockStatement has been collapsed to a ReturnStatement.
Consider the following:
Content assist (Ctrl-Space) at
|should include proposal forparam. Currently local variables (including method parameters) are not returned in this case because containing method'sBlockStatementhas been collapsed to aReturnStatement.