Removed binding of comment after package directive

This commit is contained in:
Valentin Kipyatkov
2014-10-03 19:56:07 +04:00
parent c93b78c6dc
commit d6dc2531b0
6 changed files with 38 additions and 5 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ JetFile: CommentsBinding.kt
PsiElement(DOT)('.')
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('bar')
PsiWhiteSpace(' ')
PsiComment(EOL_COMMENT)('// package directive')
PsiWhiteSpace(' ')
PsiComment(EOL_COMMENT)('// package directive')
PsiWhiteSpace('\n\n')
IMPORT_LIST
IMPORT_DIRECTIVE