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