Front end: Crash during inference. #37381
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Consider the following program:
Compilation of this program crashes, and the crash depends on
R
(change the signature off
tof(Function<X>(A<X>) f)
and there is no crash).With the
dart
from c4af35c, the response starts as follows:Similarly,
dart2js
from c4af35c responds as follows:I've labeled this crash as a front end issue because of the call sites, and because the problem seems to be shared by several tools (even though the error reports are not identical, they are quite similar).
Note the related issue #37382.
The text was updated successfully, but these errors were encountered: