blob: 532715c2acbdf679352a1947660582b8a4b7bcd6 [file] [log] [blame]
class A<X extends num> {
void f<Y extends X>(Y y) {}
}
expectThrows(void Function() f) {}
main() {}