blob: 4a76ee201e99f82f39a199f481951b62530ec364 [file] [log] [blame]
class C<X extends num, Y extends void Function(X)> {}
C c = throw '';
main() {}