Finishing the fix for KT-1310

This commit is contained in:
Andrey Breslav
2012-02-29 22:19:42 +04:00
parent 895237090f
commit 0b0878b8f9
@@ -278,7 +278,7 @@ JetFile: FunctionLiterals_ERR.jet
VALUE_PARAMETER
PsiElement(IDENTIFIER)('a')
PsiWhiteSpace(' ')
PsiErrorElement:To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType => ...}
PsiErrorElement:To specify a type of a parameter or a return type, use the full notation: {(parameter : Type) : ReturnType -> ...}
PsiElement(COLON)(':')
PsiWhiteSpace(' ')
TYPE_REFERENCE