Generate tests for resolving references to kotlin binaries from java in IDE

This commit is contained in:
Pavel V. Talanov
2016-03-18 16:41:36 +03:00
parent ab68b49a70
commit f74e8ee7f8
19 changed files with 205 additions and 86 deletions
@@ -0,0 +1,7 @@
public class AutoGeneratedOverloads {
public static void foo() {
k.DependenciesKt.<caret>withJvmOverloads(0);
}
}
// REF: (k).withJvmOverloads(Int, Boolean, String)