Treat code following calls to functions returning Never
as unreachable.
#59941
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
See e.g.
Here the
print(i)
could be turned into aprint(1)
but it doesn't seem the VM does that atm:The text was updated successfully, but these errors were encountered: