blob: 1ff1c3ae93798d4a842486ca4ca28ddd8d3d27e9 [file] [log] [blame]
class Foo {}
extension type FooBar(Foo i) implements Foo {}
extension type FooBaz(Foo i) implements Foo {}
void main() {}