deda5e7eee
Specifically in case where some lib is in project and script dependencies at the same time
7 lines
164 B
Kotlin
Vendored
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 |