10660f35d7
Test highlighting and navigation depending on provided script definition
9 lines
76 B
Kotlin
Vendored
9 lines
76 B
Kotlin
Vendored
val c1 = C()
|
|
|
|
val c2 = C()
|
|
|
|
doStuff(c1, c2)
|
|
|
|
doStuff(c1, <error>3</error>)
|
|
|