Primary constructor parameters supproted properly

This commit is contained in:
Andrey Breslav
2011-03-24 19:50:44 +03:00
parent 120a03ccdc
commit b51653fe74
37 changed files with 272 additions and 219 deletions
@@ -11,9 +11,9 @@ JetFile: PriorityQueueAsPushPop.jet
PsiElement(GT)('>')
PsiWhiteSpace(' ')
PsiElement(wraps)('wraps')
PRIMARY_CONSTRUCTOR_PARAMETERS_LIST
VALUE_PARAMETER_LIST
PsiElement(LPAR)('(')
PRIMARY_CONSTRUCTOR_PARAMETER
VALUE_PARAMETER
PsiElement(IDENTIFIER)('wrapped')
PsiWhiteSpace(' ')
PsiElement(COLON)(':')