blob: 66a369f807313f609bcbeefab52f0151fff8d979 [file] [log] [blame]
class A<X extends String> {}
main() {}
typedef F = Function<Z extends A<Y>>() Function<Y extends num>();
typedef G = void Function<Y extends num>(Function<Z extends A<Y>>());