PyFile:MissingListSeparators.py
  PyAssignmentStatement
    PyTargetExpression: a
      PsiElement(Py:IDENTIFIER)('a')
    PsiWhiteSpace(' ')
    PsiElement(Py:EQ)('=')
    PsiWhiteSpace(' ')
    PyListLiteralExpression
      PsiElement(Py:LBRACKET)('[')
      PyNumericLiteralExpression
        PsiElement(Py:INTEGER_LITERAL)('1')
      PsiErrorElement:expected ',' or ']'
        <empty list>
      PsiWhiteSpace(' ')
      PyNumericLiteralExpression
        PsiElement(Py:INTEGER_LITERAL)('2')
      PsiErrorElement:expected ',' or ']'
        <empty list>
      PsiWhiteSpace(' ')
      PyNumericLiteralExpression
        PsiElement(Py:INTEGER_LITERAL)('3')
      PsiElement(Py:RBRACKET)(']')