mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-01 00:21:29 +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
58 B
Kotlin
5 lines
58 B
Kotlin
package test
|
|
|
|
trait K1 : J {
|
|
override fun foo(k: K?)
|
|
} |