From 3ad7f516bedaf718edacebeffb6d017d681a91d8 Mon Sep 17 00:00:00 2001 From: Natalia Selezneva Date: Fri, 6 Sep 2019 15:57:34 +0300 Subject: [PATCH] Add caret to test to check exception in ProjectResolutionFacade that can happen during resolving of symbol from script dependencies --- .../script/definition/highlighting/customLibrary/script.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/testData/script/definition/highlighting/customLibrary/script.kts b/idea/testData/script/definition/highlighting/customLibrary/script.kts index 5659890d0fe..7e2b2e291c5 100644 --- a/idea/testData/script/definition/highlighting/customLibrary/script.kts +++ b/idea/testData/script/definition/highlighting/customLibrary/script.kts @@ -2,7 +2,7 @@ val c1 = C() val c2 = C() -doStuff(c1, c2) +doStuff(c1, c2) doStuff(c1, 3)