blob: b0978ef2e6cb5e478d2917c847f61fc05d1b4a0b [file] [log] [blame]
// @dart = 2.9
class A<T extends A<T>> {}
class B {
foo() {}
}
main() {}