Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
trait X {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
trait Y : X {
|
||||
}
|
||||
|
||||
class B(val a: X) : X by a, Y {
|
||||
override fun foo() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user