Files
kotlin-fork/idea/testData/script/definition/highlighting/customLibrary/script.kts
T

9 lines
147 B
Kotlin
Vendored

val c1 = C()
val c2 = C()
do<caret>Stuff(c1, c2)
doStuff(c1, <error>3</error>)
// DEPENDENCIES: classpath:lib-classes; imports:custom.library.*