Open eernstg opened 4 years ago
After changes to the analyzer, f7
still fails because UP(dynamic Function(Function), Null)
is dynamic Function(Function)?
because we applied UP(T1, T2) where NULL(T2)
.
@scheglov wrote:
we applied
UP(T1, T2)
whereNULL(T2)
.
Indeed, thanks for catching that! Fixed in dart-lang/sdk@a369992f4bf106f127d530db43cb11e9228ac4e8.
This is the analyzer specific issue for #43715, which has the details.