3a73a96e06
#KT-482 In progress
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
JetFile: NestedComments.jet
|
|
NAMESPACE_HEADER
|
|
<empty list>
|
|
FUN
|
|
PsiElement(fun)('fun')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('doo')
|
|
VALUE_PARAMETER_LIST
|
|
PsiElement(LPAR)('(')
|
|
PsiElement(RPAR)(')')
|
|
PsiWhiteSpace(' ')
|
|
BLOCK
|
|
PsiElement(LBRACE)('{')
|
|
PsiWhiteSpace('\n')
|
|
PsiComment(BLOCK_COMMENT)('/*/b\n// */')
|
|
PsiWhiteSpace('\n')
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('b')
|
|
PsiWhiteSpace('\n')
|
|
PsiComment(DOC_COMMENT)('/**/\nb\n/* */\nb\n/*/**/*/\nb\n/***/\nb\n/**/***/')
|
|
PsiErrorElement:Expecting an element
|
|
PsiElement(MUL)('*')
|
|
PsiErrorElement:Unexpected tokens (use ';' to separate expressions on the same line)
|
|
PsiElement(DIV)('/')
|
|
PsiWhiteSpace('\n')
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('b')
|
|
PsiWhiteSpace('\n')
|
|
PsiComment(DOC_COMMENT)('/** /**\n\n*/***/')
|
|
PsiWhiteSpace('\n')
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('b')
|
|
PsiWhiteSpace('\n')
|
|
PsiElement(RBRACE)('}') |