FunctionTypeComment:a.functionTypeComment
  PyFunctionTypeAnnotation
    PyParameterTypeList
      PsiElement(Py:LPAR)('(')
      PyReferenceExpression: int
        PsiElement(Py:IDENTIFIER)('int')
      PsiElement(Py:RPAR)(')')
    PsiWhiteSpace(' ')
    PsiElement(Py:RARROW)('->')
    PsiErrorElement:Expression expected
      <empty list>
  PsiWhiteSpace(' ')