Files
kotlin-fork/compiler/testData/psi/LineCommentForFirstDeclaration.txt
T
2017-05-18 20:00:17 +03:00

19 lines
444 B
Plaintext
Vendored

KtFile: LineCommentForFirstDeclaration.kt
PACKAGE_DIRECTIVE
<empty list>
IMPORT_LIST
<empty list>
FUN
PsiComment(EOL_COMMENT)('// This is foo')
PsiWhiteSpace('\n')
PsiElement(fun)('fun')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('foo')
VALUE_PARAMETER_LIST
PsiElement(LPAR)('(')
PsiElement(RPAR)(')')
PsiWhiteSpace(' ')
BLOCK
PsiElement(LBRACE)('{')
PsiElement(RBRACE)('}')