PyFile:TabInsideContinuationIndent.py
  PyAssignmentStatement
    PyTargetExpression: x
      PsiElement(Py:IDENTIFIER)('x')
    PsiWhiteSpace(' ')
    PsiElement(Py:EQ)('=')
    PsiWhiteSpace(' ')
    PyDictLiteralExpression
      PsiElement(Py:LBRACE)('{')
      PsiWhiteSpace('\n\t')
      PyKeyValueExpression
        PyStringLiteralExpression: foo
          PsiElement(Py:SINGLE_QUOTED_STRING)(''foo'')
        PsiElement(Py:COLON)(':')
        PsiWhiteSpace(' ')
        PyNumericLiteralExpression
          PsiElement(Py:INTEGER_LITERAL)('42')
      PsiElement(Py:COMMA)(',')
      PsiWhiteSpace('\n')
      PsiElement(Py:RBRACE)('}')