PyFile:WithStatement26.py
  PyWithStatement
    PsiElement(Py:WITH_KEYWORD)('with')
    PsiWhiteSpace(' ')
    PyWithItem
      PyReferenceExpression: x
        PsiElement(Py:IDENTIFIER)('x')
      PsiWhiteSpace(' ')
      PsiElement(Py:AS_KEYWORD)('as')
      PsiWhiteSpace(' ')
      PyTargetExpression: y
        PsiElement(Py:IDENTIFIER)('y')
    PsiElement(Py:COLON)(':')
    PsiWhiteSpace('\n  ')
    PyStatementList
      PyPassStatement
        PsiElement(Py:PASS_KEYWORD)('pass')