Rename namespace->package in the token decala

This commit is contained in:
Andrey Breslav
2012-01-12 19:50:14 +04:00
parent db59319f95
commit c78cb3cc19
26 changed files with 68 additions and 69 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ JetFile: ShortAnnotations.jet
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('zoo')
PsiWhiteSpace(' ')
PsiElement(namespace)('package')
PsiElement(package)('package')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('aa')
PsiWhiteSpace('\n\n')