blob: 1e9972605409ff261ccb2894a37a5af6630ce549 [file] [log] [blame]
A a = throw '';
class A<T extends A<T>> {}
main() {}