98c54f39bb
Include kt* files into formatter test generation, to test scripting formatting
16 lines
445 B
Plaintext
16 lines
445 B
Plaintext
JetFile: Shebang.kts
|
|
PsiComment(SHEBANG_COMMENT)('#!/usr/bin/env kotlin')
|
|
PsiWhiteSpace('\n\n')
|
|
PACKAGE_DIRECTIVE
|
|
<empty list>
|
|
SCRIPT
|
|
BLOCK
|
|
CALL_EXPRESSION
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('println')
|
|
VALUE_ARGUMENT_LIST
|
|
PsiElement(LPAR)('(')
|
|
VALUE_ARGUMENT
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('args')
|
|
PsiElement(RPAR)(')') |