DDC missing error on forEach invocation #29705
Labels
soundness
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
web-dev-compiler
The following results in a runtime error in checked mode (
bar
is invoked with no args). In DDC, there is no runtime error.bar
is incorrectly called with one arg.The text was updated successfully, but these errors were encountered: