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
@@ -7,8 +7,8 @@ JetFile: PackageRecovery.kt
PsiElement(DOT)('.')
PsiErrorElement:Package name must be a '.'-separated identifier list placed on a single line
<empty list>
PsiWhiteSpace(' ')
PsiComment(EOL_COMMENT)('// Hello')
PsiWhiteSpace(' ')
PsiComment(EOL_COMMENT)('// Hello')
PsiWhiteSpace('\n\n')
PROPERTY
PsiElement(val)('val')