blob: 1f1b38b3b600069f13565823ca8107b7696c8d11 [file] [log] [blame]
class A<X extends A<X>> {}
main() {}
typedef AAlias<X> = Function<X1 extends A<X>>();