blob: 96721b792fbd5f766af50e4fc95a7abdb64295b2 [file] [log] [blame]
extension type A(num _it) {
void foo() {}
}
extension type B(num _it) {
void foo() {}
}
extension type C(num _it2) implements A {
void foo() {}
}