blob: 6f2a1c89986b6e852a2a8828099d21240906539c [file] [log] [blame]
extension type A<T>(int it) {}
extension type B<T>(int it) implements A<T> {}
extension type C<T>(int it) implements A<T> {}
extension type D(int it) implements A<int>, B<String> {}
extension type E(int it) implements B<int>, C<String> {}