Sometimes DDC outputs stack frames in the stack for constructor calls with just "new" and no class information. #44077
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
customer-flutter
web-dev-compiler
Example:
I expected to always see class attached to a constructor invocation. I implemented a workaround, so this is not urgent.
Steps to reproduce:
cd dev/integration_tests/flutter_gallery
flutter run -d web-server --dart-define=FLUTTER_WEB_USE_SKIA=true
Detailed stack trace (see line 32):
cc @yjbanov
Original issue by yjbanov, I'm just filing on their behalf.
The text was updated successfully, but these errors were encountered: