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