10660f35d7
Test highlighting and navigation depending on provided script definition
5 lines
63 B
Kotlin
Vendored
5 lines
63 B
Kotlin
Vendored
package custom.library
|
|
|
|
class C()
|
|
|
|
fun doStuff(c1: C, c2: C) {} |