Fixed doc-comments only binder to bind doc-comment always
This commit is contained in:
@@ -27,6 +27,7 @@ JetFile: DocCommentsBinding.kt
|
||||
PsiWhiteSpace('\n ')
|
||||
PsiElement(KDOC_END)('*/')
|
||||
PsiWhiteSpace('\n ')
|
||||
PsiComment(BLOCK_COMMENT)('/*var*/')
|
||||
PsiElement(val)('val')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(IDENTIFIER)('p')
|
||||
|
||||
Reference in New Issue
Block a user