19 lines
474 B
Plaintext
Vendored
19 lines
474 B
Plaintext
Vendored
KtFile: MarkdownLinkWithLabel.kt
|
|
PACKAGE_DIRECTIVE
|
|
<empty list>
|
|
IMPORT_LIST
|
|
<empty list>
|
|
KDoc
|
|
PsiElement(KDOC_START)('/**')
|
|
PsiWhiteSpace('\n ')
|
|
KDOC_SECTION
|
|
PsiElement(KDOC_LEADING_ASTERISK)('*')
|
|
PsiElement(KDOC_TEXT)(' [foo]')
|
|
KDOC_MARKDOWN_LINK
|
|
PsiElement(LBRACKET)('[')
|
|
KDOC_NAME
|
|
PsiElement(IDENTIFIER)('bar')
|
|
PsiElement(RBRACKET)(']')
|
|
PsiWhiteSpace('\n ')
|
|
PsiElement(KDOC_END)('*/')
|