Add tests for script configuration machinery, namely ScriptTemplateProvider EP
Test highlighting and navigation depending on provided script definition
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
val c1 = C()
|
||||
|
||||
val c2 = C()
|
||||
|
||||
doStuff(c1, c2)
|
||||
|
||||
doStuff(c1, <error>3</error>)
|
||||
|
||||
Reference in New Issue
Block a user