"Move lambda argument into parentheses" intention - slightly wider range
This commit is contained in:
@@ -44,14 +44,11 @@ public class JetFunctionLiteralExpression extends JetExpressionImpl {
|
||||
return getFunctionLiteral().getValueParameters();
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public JetBlockExpression getBodyExpression() {
|
||||
return getFunctionLiteral().getBodyExpression();
|
||||
}
|
||||
|
||||
public boolean hasBlockBody() {
|
||||
return getFunctionLiteral().hasBlockBody();
|
||||
}
|
||||
|
||||
public boolean hasDeclaredReturnType() {
|
||||
return getFunctionLiteral().getTypeReference() != null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user