blob: 6e4decb0c35ff8933734c7823500dfc022e2d128 [file] [log] [blame]
interface A {
fun a() {}
fun b()
}
interface B {
fun b()
}