JetFile: CatchKeywordRBrace.kt
  PACKAGE_DIRECTIVE
    <empty list>
  IMPORT_LIST
    <empty list>
  FUN
    PsiElement(fun)('fun')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('foo')
    VALUE_PARAMETER_LIST
      PsiElement(LPAR)('(')
      PsiElement(RPAR)(')')
    PsiWhiteSpace(' ')
    BLOCK
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      TRY
        PsiElement(try)('try')
        BLOCK
          PsiElement(LBRACE)('{')
          PsiWhiteSpace('\n\n    ')
          PsiElement(RBRACE)('}')
        PsiWhiteSpace('\n    ')
        CATCH
          PsiElement(catch)('catch')
          PsiErrorElement:Expecting exception variable declaration
            <empty list>
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')
  PsiWhiteSpace('\n\n')
  FUN
    PsiElement(fun)('fun')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('bar')
    VALUE_PARAMETER_LIST
      PsiElement(LPAR)('(')
      PsiElement(RPAR)(')')
    BLOCK
      PsiElement(LBRACE)('{')
      PsiElement(RBRACE)('}')
