Variable FunctionLiteralExpression.returnType

class FunctionLiteralExpression
{
  // ...
  Type returnType;
  // ...
}