mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
A test for the case fixed in 291741754b
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
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
trait K1 : J {
|
||||
override fun foo(k: K?)
|
||||
}
|
||||
Reference in New Issue
Block a user