blob: 35e4a775086391a7822b463e86c8355608ac4243 [file] [log] [blame]
class A<X extends A<X>> {}
typedef AAlias<X> = A;
void main() {}