JetFile: declarationsJustAtTyped.kt
  PACKAGE_DIRECTIVE
    <empty list>
  IMPORT_LIST
    <empty list>
  CLASS
    MODIFIER_LIST
      PsiElement(private)('private')
      PsiWhiteSpace(' ')
      PsiErrorElement:Expected annotation identifier after '@'
        PsiElement(AT)('@')
      PsiWhiteSpace(' ')
      ANNOTATION
        PsiElement(AT)('@')
        PsiElement(LBRACKET)('[')
        ANNOTATION_ENTRY
          CONSTRUCTOR_CALLEE
            TYPE_REFERENCE
              USER_TYPE
                REFERENCE_EXPRESSION
                  PsiElement(IDENTIFIER)('Ann1')
          VALUE_ARGUMENT_LIST
            PsiElement(LPAR)('(')
            VALUE_ARGUMENT
              INTEGER_CONSTANT
                PsiElement(INTEGER_LITERAL)('1')
            PsiElement(RPAR)(')')
        PsiElement(RBRACKET)(']')
      PsiWhiteSpace(' ')
      ANNOTATION_ENTRY
        PsiElement(AT)('@')
        CONSTRUCTOR_CALLEE
          TYPE_REFERENCE
            USER_TYPE
              REFERENCE_EXPRESSION
                PsiElement(IDENTIFIER)('Ann3')
        VALUE_ARGUMENT_LIST
          PsiElement(LPAR)('(')
          VALUE_ARGUMENT
            STRING_TEMPLATE
              PsiElement(OPEN_QUOTE)('"')
              LITERAL_STRING_TEMPLATE_ENTRY
                PsiElement(REGULAR_STRING_PART)('2')
              PsiElement(CLOSING_QUOTE)('"')
          PsiElement(RPAR)(')')
    PsiWhiteSpace(' ')
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('A')
    PRIMARY_CONSTRUCTOR
      VALUE_PARAMETER_LIST
        PsiElement(LPAR)('(')
        PsiWhiteSpace('\n        ')
        VALUE_PARAMETER
          MODIFIER_LIST
            PsiErrorElement:Expected annotation identifier after '@'
              PsiElement(AT)('@')
            PsiWhiteSpace(' ')
            PsiElement(private)('private')
          PsiWhiteSpace(' ')
          PsiElement(val)('val')
          PsiWhiteSpace(' ')
          PsiElement(IDENTIFIER)('x')
          PsiElement(COLON)(':')
          PsiWhiteSpace(' ')
          TYPE_REFERENCE
            USER_TYPE
              REFERENCE_EXPRESSION
                PsiElement(IDENTIFIER)('Int')
        PsiElement(COMMA)(',')
        PsiWhiteSpace('\n        ')
        VALUE_PARAMETER
          MODIFIER_LIST
            PsiErrorElement:Expected annotation identifier after '@'
              PsiElement(AT)('@')
            PsiWhiteSpace(' ')
            PsiElement(private)('private')
          PsiWhiteSpace(' ')
          PsiElement(var)('var')
          PsiWhiteSpace(' ')
          PsiElement(IDENTIFIER)('y')
          PsiElement(COLON)(':')
          PsiWhiteSpace(' ')
          TYPE_REFERENCE
            USER_TYPE
              REFERENCE_EXPRESSION
                PsiElement(IDENTIFIER)('Int')
        PsiElement(COMMA)(',')
        PsiWhiteSpace('\n        ')
        VALUE_PARAMETER
          MODIFIER_LIST
            PsiErrorElement:Expected annotation identifier after '@'
              PsiElement(AT)('@')
            PsiWhiteSpace(' ')
            PsiElement(open)('open')
          PsiWhiteSpace(' ')
          PsiElement(IDENTIFIER)('z')
          PsiElement(COLON)(':')
          PsiWhiteSpace(' ')
          TYPE_REFERENCE
            USER_TYPE
              REFERENCE_EXPRESSION
                PsiElement(IDENTIFIER)('Int')
        PsiWhiteSpace('\n')
        PsiElement(RPAR)(')')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      FUN
        MODIFIER_LIST
          PsiErrorElement:Expected annotation identifier after '@'
            PsiElement(AT)('@')
        PsiWhiteSpace(' ')
        PsiElement(fun)('fun')
        PsiWhiteSpace(' ')
        PsiElement(IDENTIFIER)('foo')
        VALUE_PARAMETER_LIST
          PsiElement(LPAR)('(')
          PsiElement(RPAR)(')')
        PsiWhiteSpace(' ')
        BLOCK
          PsiElement(LBRACE)('{')
          PsiWhiteSpace('\n        ')
          CLASS
            MODIFIER_LIST
              PsiErrorElement:Expected annotation identifier after '@'
                PsiElement(AT)('@')
            PsiWhiteSpace(' ')
            PsiElement(class)('class')
            PsiWhiteSpace(' ')
            PsiElement(IDENTIFIER)('LocalClass')
          PsiWhiteSpace('\n\n        ')
          CALL_EXPRESSION
            REFERENCE_EXPRESSION
              PsiElement(IDENTIFIER)('print')
            VALUE_ARGUMENT_LIST
              PsiElement(LPAR)('(')
              VALUE_ARGUMENT
                INTEGER_CONSTANT
                  PsiElement(INTEGER_LITERAL)('1')
              PsiElement(RPAR)(')')
          PsiWhiteSpace('\n\n        ')
          FUN
            MODIFIER_LIST
              PsiErrorElement:Expected annotation identifier after '@'
                PsiElement(AT)('@')
              PsiWhiteSpace('\n\n        ')
              ANNOTATION
                PsiElement(AT)('@')
                PsiElement(LBRACKET)('[')
                ANNOTATION_ENTRY
                  CONSTRUCTOR_CALLEE
                    TYPE_REFERENCE
                      USER_TYPE
                        REFERENCE_EXPRESSION
                          PsiElement(IDENTIFIER)('inline2')
                PsiElement(RBRACKET)(']')
              PsiWhiteSpace(' ')
              PsiElement(private)('private')
            PsiWhiteSpace('\n        ')
            PsiElement(fun)('fun')
            PsiWhiteSpace(' ')
            PsiElement(IDENTIFIER)('inlineLocal')
            VALUE_PARAMETER_LIST
              PsiElement(LPAR)('(')
              PsiElement(RPAR)(')')
            PsiWhiteSpace(' ')
            BLOCK
              PsiElement(LBRACE)('{')
              PsiElement(RBRACE)('}')
          PsiWhiteSpace('\n\n        ')
          PROPERTY
            MODIFIER_LIST
              ANNOTATION
                PsiElement(AT)('@')
                PsiElement(LBRACKET)('[')
                ANNOTATION_ENTRY
                  CONSTRUCTOR_CALLEE
                    TYPE_REFERENCE
                      USER_TYPE
                        REFERENCE_EXPRESSION
                          PsiElement(IDENTIFIER)('Ann')
                PsiElement(RBRACKET)(']')
              PsiWhiteSpace('\n        ')
              PsiElement(private)('private')
              PsiWhiteSpace('\n        ')
              PsiErrorElement:Expected annotation identifier after '@'
                PsiElement(AT)('@')
              PsiWhiteSpace('\n        ')
              ANNOTATION_ENTRY
                PsiElement(AT)('@')
                CONSTRUCTOR_CALLEE
                  TYPE_REFERENCE
                    USER_TYPE
                      REFERENCE_EXPRESSION
                        PsiElement(IDENTIFIER)('Volatile')
            PsiWhiteSpace(' ')
            PsiElement(var)('var')
            PsiWhiteSpace(' ')
            PsiElement(IDENTIFIER)('x')
            PsiWhiteSpace(' ')
            PsiElement(EQ)('=')
            PsiWhiteSpace(' ')
            INTEGER_CONSTANT
              PsiElement(INTEGER_LITERAL)('1')
          PsiWhiteSpace('\n\n        ')
          CALL_EXPRESSION
            REFERENCE_EXPRESSION
              PsiElement(IDENTIFIER)('foo')
            VALUE_ARGUMENT_LIST
              PsiElement(LPAR)('(')
              VALUE_ARGUMENT
                FUN
                  PsiElement(fun)('fun')
                  VALUE_PARAMETER_LIST
                    PsiElement(LPAR)('(')
                    VALUE_PARAMETER
                      MODIFIER_LIST
                        PsiErrorElement:Expected annotation identifier after '@'
                          PsiElement(AT)('@')
                        PsiWhiteSpace(' ')
                        ANNOTATION_ENTRY
                          PsiElement(AT)('@')
                          CONSTRUCTOR_CALLEE
                            TYPE_REFERENCE
                              USER_TYPE
                                REFERENCE_EXPRESSION
                                  PsiElement(IDENTIFIER)('ann')
                          VALUE_ARGUMENT_LIST
                            PsiElement(LPAR)('(')
                            VALUE_ARGUMENT
                              INTEGER_CONSTANT
                                PsiElement(INTEGER_LITERAL)('1')
                            PsiElement(RPAR)(')')
                      PsiWhiteSpace(' ')
                      PsiElement(IDENTIFIER)('x')
                      PsiElement(COLON)(':')
                      PsiWhiteSpace(' ')
                      TYPE_REFERENCE
                        USER_TYPE
                          REFERENCE_EXPRESSION
                            PsiElement(IDENTIFIER)('Int')
                    PsiElement(RPAR)(')')
                  PsiWhiteSpace(' ')
                  BLOCK
                    PsiElement(LBRACE)('{')
                    PsiElement(RBRACE)('}')
              PsiElement(RPAR)(')')
          PsiWhiteSpace('\n\n        ')
          FOR
            PsiElement(for)('for')
            PsiWhiteSpace(' ')
            PsiElement(LPAR)('(')
            VALUE_PARAMETER
              MODIFIER_LIST
                PsiErrorElement:Expected annotation identifier after '@'
                  PsiElement(AT)('@')
              PsiWhiteSpace(' ')
              PsiElement(IDENTIFIER)('x')
            PsiWhiteSpace(' ')
            PsiElement(in)('in')
            PsiWhiteSpace(' ')
            LOOP_RANGE
              BINARY_EXPRESSION
                INTEGER_CONSTANT
                  PsiElement(INTEGER_LITERAL)('1')
                OPERATION_REFERENCE
                  PsiElement(RANGE)('..')
                INTEGER_CONSTANT
                  PsiElement(INTEGER_LITERAL)('100')
            PsiElement(RPAR)(')')
            PsiWhiteSpace(' ')
            BODY
              BLOCK
                PsiElement(LBRACE)('{')
                PsiElement(RBRACE)('}')
          PsiWhiteSpace('\n    ')
          PsiElement(RBRACE)('}')
      PsiWhiteSpace('\n\n    ')
      PROPERTY
        PsiElement(val)('val')
        PsiWhiteSpace(' ')
        PsiElement(IDENTIFIER)('x')
        PsiElement(COLON)(':')
        PsiWhiteSpace(' ')
        TYPE_REFERENCE
          USER_TYPE
            REFERENCE_EXPRESSION
              PsiElement(IDENTIFIER)('Int')
        PsiWhiteSpace('\n        ')
        PROPERTY_ACCESSOR
          MODIFIER_LIST
            PsiErrorElement:Expected annotation identifier after '@'
              PsiElement(AT)('@')
            PsiWhiteSpace(' ')
            PsiElement(private)('private')
            PsiWhiteSpace(' ')
            PsiErrorElement:Expected annotation identifier after '@'
              PsiElement(AT)('@')
            PsiWhiteSpace(' ')
            PsiElement(open)('open')
          PsiWhiteSpace(' ')
          PsiElement(get)('get')
          PsiElement(LPAR)('(')
          PsiElement(RPAR)(')')
          PsiWhiteSpace(' ')
          PsiElement(EQ)('=')
          PsiWhiteSpace(' ')
          INTEGER_CONSTANT
            PsiElement(INTEGER_LITERAL)('1')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')
