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