Test classpath order of sources vs library dependencies
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package kotlin.jvm.internal;
|
||||
|
||||
public class KObject {
|
||||
public static String methodWhichDoesNotExistInKotlinRuntime() {
|
||||
return ":)";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user