Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package test
|
||||
|
||||
internal final class B : test.X, test.Y {
|
||||
/*primary*/ public constructor B(/*0*/ a: test.X)
|
||||
internal final val a: test.X
|
||||
internal final fun <get-a>(): test.X
|
||||
internal open override /*2*/ fun foo(): jet.Unit
|
||||
}
|
||||
|
||||
internal trait X {
|
||||
internal abstract fun foo(): jet.Unit
|
||||
}
|
||||
|
||||
internal trait Y : test.X {
|
||||
internal abstract override /*1*/ /*fake_override*/ fun foo(): jet.Unit
|
||||
}
|
||||
Reference in New Issue
Block a user