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