Add caret to test to check exception in ProjectResolutionFacade that can happen during resolving of symbol from script dependencies

This commit is contained in:
Natalia Selezneva
2019-09-06 15:57:34 +03:00
parent 5872a47c0e
commit 3ad7f516be
@@ -2,7 +2,7 @@ val c1 = C()
val c2 = C()
doStuff(c1, c2)
do<caret>Stuff(c1, c2)
doStuff(c1, <error>3</error>)