[ddc] extension type method calls for static interop in expression evaluation fail at runtime #53048
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
dev-compiler-eval
web-dev-compiler
web-eval
evaluation support on the web
web-js-interop
Issues that impact all js interop
Example
Repro:
// breakpoint
jsCounter.value
Expected:
1
Actual:
TypeError: dart.global.JSCounterView|get#value is not a function
Details:
jsCounter.value
is compiled toI suspect that
should be
The text was updated successfully, but these errors were encountered: