blob: 2d273c8768d0bbf7b5fc5bb6a3a9eaa4d7f302cc [file] [log] [blame]
D d = throw '';
E e = throw '';
class D<X extends void Function(X, Y), Y extends void Function(X, Y)> {}
class E<X extends void Function(X)> {}
main() {}