blob: d7ea15b89e82b9a01ab8ddf0f534b3db87573346 [file] [log] [blame]
FILE
PsiComment(DeclarativeTokenType.line_comment)('// comment')
PsiWhiteSpace('\n')
PsiElement(BLOCK)
PsiElement(IDENTIFIER)
PsiElement(DeclarativeTokenType.token)('dependencies')
PsiWhiteSpace(' ')
PsiElement(BLOCK_GROUP)
PsiElement(DeclarativeTokenType.{)('{')
PsiWhiteSpace('\n')
PsiComment(DeclarativeTokenType.BLOCK_COMMENT)('/* Some comment\n foo()\n*/')
PsiWhiteSpace('\n')
PsiElement(DeclarativeTokenType.})('}')