mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-24 08:31:30 +00:00
When Java binaries refer to Kotlin binaries, and then some Kotlin source refers to the same Kotlin binary class, we should load this class consistently
5 lines
56 B
Java
5 lines
56 B
Java
package test;
|
|
|
|
public interface J {
|
|
void foo(K k);
|
|
} |