blob: 9d085c3cf5bc5e56d57de36cf55073b2cf2d0b07 [file] [log] [blame]
interface A {
}
interface B {
}
fun f<T> where T : A, T : B {
}