Files
kotlin/idea/testData/script/definition/highlighting/conflictingModule/script.kts
Pavel V. Talanov ebd3ac6dc8 Fix script resolver failing
Specifically the case where some lib is in project dependencies and script dependencies at the same time

 #EA-105435 at least partially fixed
 #KT-19458 Fixed
 #KT-19474 Fixed
2017-09-08 15:05:58 +03:00

6 lines
97 B
Kotlin
Vendored

fun f(g: <error>Utils</error>) {
}
// DEPENDENCIES: classpath:lib-classes
// CONFLICTING_MODULE