Files
kotlin-fork/idea/testData/script/definition/highlighting/customLibrary/script.kts
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

9 lines
76 B
Kotlin
Vendored

val c1 = C()
val c2 = C()
doStuff(c1, c2)
doStuff(c1, <error>3</error>)