Missing NoSuchMethod errors when accessing deleted members #60100
Labels
P2
A bug or feature request we're likely to work on
web-dev-compiler
web-hot-reload
Issues related to stateful hot reload on the web
After deleting a field, getter, setter, method of any kind and hot reloading, any code that accesses those members should throw a NoSuchMethod. This could be from dynamic accesses or from code retained from earlier generations.
Related tests:
The text was updated successfully, but these errors were encountered: