You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sgrekhov opened this issue
Jan 23, 2025
· 0 comments
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
Dart SDK version: 3.8.0-21.0.dev (dev) (Tue Jan 21 20:02:01 2025 -0800) on "windows_x64"
The text was updated successfully, but these errors were encountered:
sgrekhov
added
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
labels
Jan 23, 2025
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
This issue derieved from the test mentioned in #55803 (comment). The code below should produce a runtime error but it doesn't.
According to the #55803 (comment) implicitly inserted .call invocations cannot invoke a getter and, therefore, there should be a runtime error.
cc @lrhn
Dart SDK version: 3.8.0-21.0.dev (dev) (Tue Jan 21 20:02:01 2025 -0800) on "windows_x64"
The text was updated successfully, but these errors were encountered: