mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
27 lines
739 B
Plaintext
27 lines
739 B
Plaintext
JetFile: DocCommentOnPackageDirectiveLine.kt
|
|
PACKAGE_DIRECTIVE
|
|
PsiElement(package)('package')
|
|
PsiWhiteSpace(' ')
|
|
DOT_QUALIFIED_EXPRESSION
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('p1')
|
|
PsiElement(DOT)('.')
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('p2')
|
|
PsiElement(SEMICOLON)(';')
|
|
FUN
|
|
KDoc
|
|
PsiElement(KDOC_START)('/**')
|
|
KDOC_SECTION
|
|
PsiElement(KDOC_TEXT)(' some ')
|
|
PsiElement(KDOC_END)('*/')
|
|
PsiWhiteSpace('\n')
|
|
PsiElement(fun)('fun')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('foo')
|
|
VALUE_PARAMETER_LIST
|
|
PsiElement(LPAR)('(')
|
|
PsiElement(RPAR)(')')
|
|
BLOCK
|
|
PsiElement(LBRACE)('{')
|
|
PsiElement(RBRACE)('}') |