blob: 1947a46a0aacde3c4f5c12665cbe01b5e3770d08 [file] [log] [blame]
package test
interface B {
fun foo(kotlinName: Int)
}
abstract class ZAB : A, B
abstract class ZBA : B, A