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