Parser for JetBlockCodeFragment
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
JetFile: unexpectedSymbol.kts
|
||||
PACKAGE_DIRECTIVE
|
||||
<empty list>
|
||||
SCRIPT
|
||||
BLOCK
|
||||
CALL_EXPRESSION
|
||||
REFERENCE_EXPRESSION
|
||||
PsiElement(IDENTIFIER)('println')
|
||||
VALUE_ARGUMENT_LIST
|
||||
PsiElement(LPAR)('(')
|
||||
VALUE_ARGUMENT
|
||||
INTEGER_CONSTANT
|
||||
PsiElement(INTEGER_LITERAL)('1')
|
||||
PsiElement(RPAR)(')')
|
||||
PsiWhiteSpace('\n')
|
||||
PsiErrorElement:unexpected symbol
|
||||
PsiElement(RBRACE)('}')
|
||||
Reference in New Issue
Block a user