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
@@ -4,4 +4,4 @@ public class PackageFacade {
}
}
// REF: /src/<test dir>/resolve/referenceInJava.dependencies.kt
// REF: /src/<test dir>/resolve/referenceInJava/dependency.dependencies.kt
@@ -47,7 +47,7 @@ interface TraitWithImpl {
public class TraitWithDelegatedWithImpl(f: TraitWithImpl) : TraitWithImpl by f
kotlin.jvm.jvmOverloads
@kotlin.jvm.JvmOverloads
public fun withJvmOverloads(i: Int, b: Boolean = false, s: String="hello") {}
annotation class KAnno(val c: Int = 4, val d: String)