Incorrect behavior of try/catch within finally within async* method #57046
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-dart2js
The following code shows different behavior on the Web and on the VM. It seems in dart2js case exception thrown from
(*)
is clobbering the exception which is currently in flight.DDC might also have a problem with desugarring but of a different nature because in DartPad I get unhandled
StateError
./cc @natebiggs
The text was updated successfully, but these errors were encountered: