JetFile: fragment.kt
  BLOCK
    PROPERTY
      PsiElement(val)('val')
      PsiWhiteSpace(' ')
      PsiElement(IDENTIFIER)('a')
      PsiWhiteSpace(' ')
      PsiElement(EQ)('=')
      PsiWhiteSpace(' ')
      INTEGER_CONSTANT
        PsiElement(INTEGER_LITERAL)('1')
    PsiWhiteSpace('\n')
    PsiErrorElement:Unexpected symbol
      PsiElement(RBRACE)('}')
    PsiWhiteSpace('\n')
    PsiErrorElement:Unexpected symbol
      PsiElement(val)('val')
    PsiWhiteSpace(' ')
    PsiErrorElement:Unexpected symbol
      PsiElement(IDENTIFIER)('b')
    PsiWhiteSpace(' ')
    PsiErrorElement:Unexpected symbol
      PsiElement(EQ)('=')
    PsiWhiteSpace(' ')
    PsiErrorElement:Unexpected symbol
      PsiElement(INTEGER_LITERAL)('4')