19 lines
579 B
Plaintext
Vendored
19 lines
579 B
Plaintext
Vendored
KtFile: HttpLink.kt
|
|
PACKAGE_DIRECTIVE
|
|
<empty list>
|
|
IMPORT_LIST
|
|
<empty list>
|
|
KDoc
|
|
PsiElement(KDOC_START)('/**')
|
|
PsiWhiteSpace('\n ')
|
|
KDOC_SECTION
|
|
PsiElement(KDOC_LEADING_ASTERISK)('*')
|
|
PsiElement(KDOC_TEXT)(' ')
|
|
PsiElement(KDOC_MARKDOWN_INLINE_LINK)('[Kotlin](https://kotlinlang.org)')
|
|
PsiElement(KDOC_TEXT)(' is made by [JetBrains][1]')
|
|
PsiWhiteSpace('\n ')
|
|
PsiElement(KDOC_LEADING_ASTERISK)('*')
|
|
PsiElement(KDOC_TEXT)(' [1]: https://www.jetbrains.com/')
|
|
PsiWhiteSpace('\n ')
|
|
PsiElement(KDOC_END)('*/')
|