Report an error on a function with two lists of type parameters

This commit is contained in:
Andrey Breslav
2011-05-18 21:38:39 +04:00
parent e6117be4d5
commit 25799cf2f0
66 changed files with 12 additions and 419 deletions
-4
View File
@@ -67,8 +67,6 @@ JetFile: Stack.jet
PsiElement(fun)('fun')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('push')
TYPE_PARAMETER_LIST
<empty list>
VALUE_PARAMETER_LIST
PsiElement(LPAR)('(')
VALUE_PARAMETER
@@ -110,8 +108,6 @@ JetFile: Stack.jet
PsiElement(fun)('fun')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('pop')
TYPE_PARAMETER_LIST
<empty list>
VALUE_PARAMETER_LIST
PsiElement(LPAR)('(')
PsiElement(RPAR)(')')