Open scheglov opened 5 years ago
Is this related to https://github.com/dart-lang/sdk/issues/38585?
@derolf I don't think so. This issue is for kernel and CFE, and the one you references is for analyzer.
@scheglov Bug #38585 is caused by wrong substation in visitTypeParameterType
, which I fixed in PR https://github.com/dart-lang/sdk/pull/38614
The test below fails, because
U
is not replaced with a fresh TypeParameterU
(new) in theT
(new) bounds.Or is it expected behavior?