Files
kotlin-fork/idea/testData/script/definition/highlighting/customLibrary/lib/lib.kt
T
Pavel V. Talanov 10660f35d7 Add tests for script configuration machinery, namely ScriptTemplateProvider EP
Test highlighting and navigation depending on provided script definition
2016-08-16 16:45:59 +03:00

5 lines
63 B
Kotlin
Vendored

package custom.library
class C()
fun doStuff(c1: C, c2: C) {}