28 lines
740 B
Plaintext
Vendored
28 lines
740 B
Plaintext
Vendored
KtFile: SeeEmpty.kt
|
|
PACKAGE_DIRECTIVE
|
|
<empty list>
|
|
IMPORT_LIST
|
|
<empty list>
|
|
KDoc
|
|
PsiElement(KDOC_START)('/**')
|
|
PsiWhiteSpace('\n ')
|
|
KDOC_SECTION
|
|
PsiElement(KDOC_LEADING_ASTERISK)('*')
|
|
PsiElement(KDOC_TEXT)(' ')
|
|
KDOC_TAG
|
|
PsiElement(KDOC_TAG_NAME)('@see')
|
|
PsiWhiteSpace('\n ')
|
|
PsiElement(KDOC_LEADING_ASTERISK)('*')
|
|
PsiElement(KDOC_TEXT)(' ')
|
|
KDOC_TAG
|
|
PsiElement(KDOC_TAG_NAME)('@see')
|
|
PsiWhiteSpace(' ')
|
|
KDOC_MARKDOWN_LINK
|
|
KDOC_NAME
|
|
PsiElement(IDENTIFIER)('A')
|
|
PsiElement(DOT)('.')
|
|
PsiErrorElement:Identifier expected
|
|
<empty list>
|
|
PsiWhiteSpace('\n ')
|
|
PsiElement(KDOC_END)('*/')
|