mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
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
7 lines
85 B
Java
Vendored
7 lines
85 B
Java
Vendored
package test;
|
|
|
|
public class Utils {
|
|
public static void foo(String str) {
|
|
|
|
}
|
|
} |