[ddc, expression_compiler_worker] Null check failure in expression compilation #49373
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
dev-compiler-eval
web-dev-compiler
Discovered by dwds tests and happens in Dart SDK version: 2.18.0-238.0.dev (dev) (Wed Jun 29 13:41:53 2022 -0700) on "linux_x64":
Repro
Run VSCode in
webdev/fixtures/_webDevSoundSmoke
, set a breakpoint on the//Breakpoint ...
line and evaluate expressiontrue
You might need to add the following configuration to
launch.json
:Details from the failing test run in dwds CI
Command
Dart code being compiled
https://github.com/dart-lang/webdev/tree/master/fixtures/_webdevSoundSmoke
Expression
true
evaluated at the following breakpointhttps://github.com/dart-lang/webdev/blob/1a70a1aa4ef254d9fea4876635d03f13899e8fc5/fixtures/_webdevSoundSmoke/web/main.dart#L21
Logs
The text was updated successfully, but these errors were encountered: