blob: 3d362ac1c7043cacf39cc04c83ed9d7747e3c9cb [file] [log] [blame]
class A<X extends G<num>> {}
typedef G<X> = void Function<Y extends X>();
main() {}