Files
kotlin-fork/idea/testData/script/definition/navigation/conflictingModule/script.kts
T
Pavel V. Talanov deda5e7eee Fix navigation to script dependency sources failing
Specifically in case where some lib is in project and script dependencies at the same time
2017-09-08 15:06:00 +03:00

7 lines
164 B
Kotlin
Vendored

test.KObject.<caret>foo()
// DEPENDENCIES: classpath:lib-classes; sources:lib-source
// CONFLICTING_MODULE
// REF: (in test.KObject).foo()
// FILE: test/custom.kt