Generate tests for resolving references to kotlin binaries from java in IDE
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ public class PackageFacade {
|
||||
}
|
||||
}
|
||||
|
||||
// REF: /src/<test dir>/resolve/referenceInJava.dependencies.kt
|
||||
// REF: /src/<test dir>/resolve/referenceInJava/dependency.dependencies.kt
|
||||
+1
-1
@@ -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)
|
||||
Reference in New Issue
Block a user