From 0b0878b8f9fc9e085f34a0eb44e5d1fdf1601159 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Wed, 29 Feb 2012 22:19:42 +0400 Subject: [PATCH] Finishing the fix for KT-1310 --- compiler/testData/psi/FunctionLiterals_ERR.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/psi/FunctionLiterals_ERR.txt b/compiler/testData/psi/FunctionLiterals_ERR.txt index 62cd6c8dec8..baa260581ae 100644 --- a/compiler/testData/psi/FunctionLiterals_ERR.txt +++ b/compiler/testData/psi/FunctionLiterals_ERR.txt @@ -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