This issue was originally filed by [email protected]
Consider the following test:
class M<T> {
factory M<T extends C>() {}
}
main() {
}
This produces the following error:
runtime/vm/class_finalizer.cc:276: error: expected: !lib.IsNull()
Dart VM r2175