Variable FunctionDeclaration.returnType

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