Add tests for script configuration machinery, namely ScriptTemplateProvider EP

Test highlighting and navigation depending on provided script definition
This commit is contained in:
Pavel V. Talanov
2016-08-04 19:12:53 +03:00
parent b4cb4f9191
commit 10660f35d7
29 changed files with 602 additions and 13 deletions
@@ -0,0 +1,5 @@
package custom.library
class C()
fun doStuff(c1: C, c2: C) {}