PyFile:FunctionWithPassAndAwaitAfterInPy36.py
  PyFunction('a')
    PsiElement(Py:ASYNC_KEYWORD)('async')
    PsiWhiteSpace(' ')
    PsiElement(Py:DEF_KEYWORD)('def')
    PsiWhiteSpace(' ')
    PsiElement(Py:IDENTIFIER)('a')
    PyParameterList
      PsiElement(Py:LPAR)('(')
      PsiElement(Py:RPAR)(')')
    PsiElement(Py:COLON)(':')
    PsiWhiteSpace('\n    ')
    PyStatementList
      PyFunction('e')
        PsiElement(Py:DEF_KEYWORD)('def')
        PsiWhiteSpace(' ')
        PsiElement(Py:IDENTIFIER)('e')
        PyParameterList
          PsiElement(Py:LPAR)('(')
          PsiElement(Py:RPAR)(')')
        PsiElement(Py:COLON)(':')
        PsiWhiteSpace(' ')
        PyStatementList
          PyPassStatement
            PsiElement(Py:PASS_KEYWORD)('pass')
      PsiWhiteSpace('\n    ')
      PyExpressionStatement
        PyPrefixExpression
          PsiElement(Py:AWAIT_KEYWORD)('await')
          PsiWhiteSpace(' ')
          PyReferenceExpression: undefined
            PsiElement(Py:IDENTIFIER)('undefined')