Namespace keyword under the root node

This commit is contained in:
Andrey Breslav
2010-12-13 20:40:38 +03:00
parent 5a31694d70
commit da0901053c
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
JetFile: BabySteps.jet
PsiElement(NAMESPACE_KEYWORD)('namespace')
PsiWhiteSpace(' ')
NAMESPACE
PsiElement(NAMESPACE_KEYWORD)('namespace')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('foo')
PsiWhiteSpace('\n\n')
CLASS