Add caret to test to check exception in ProjectResolutionFacade that can happen during resolving of symbol from script dependencies
This commit is contained in:
@@ -2,7 +2,7 @@ val c1 = C()
|
||||
|
||||
val c2 = C()
|
||||
|
||||
doStuff(c1, c2)
|
||||
do<caret>Stuff(c1, c2)
|
||||
|
||||
doStuff(c1, <error>3</error>)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user