Test classpath order of sources vs library dependencies

This commit is contained in:
Alexander Udalov
2015-01-28 19:00:55 +03:00
parent 2253567e36
commit de3f096ae1
4 changed files with 99 additions and 12 deletions
@@ -0,0 +1,7 @@
package kotlin.jvm.internal;
public class KObject {
public static String methodWhichDoesNotExistInKotlinRuntime() {
return ":)";
}
}