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
@@ -4,8 +4,6 @@ JetFile: ControlStructures.jet
PsiElement(fun)('fun')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('a')
TYPE_PARAMETER_LIST
<empty list>
VALUE_PARAMETER_LIST
PsiElement(LPAR)('(')
PsiWhiteSpace('\n ')
@@ -588,8 +586,6 @@ JetFile: ControlStructures.jet
PsiElement(fun)('fun')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('foo')
TYPE_PARAMETER_LIST
<empty list>
VALUE_PARAMETER_LIST
PsiElement(LPAR)('(')
PsiElement(RPAR)(')')