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
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public class Utils {
|
||||
public static void foo(String str) {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
fun f(g: <error>Utils</error>) {
|
||||
|
||||
}
|
||||
|
||||
// DEPENDENCIES: classpath:lib-classes
|
||||
// CONFLICTING_MODULE
|
||||
Reference in New Issue
Block a user