import isn't really a method, and can cause all kinds of confusing problems if you try to treat it as one. DESTROY should be handled by DEMOLISH/DEMOLISHALL. Should defining these be an error? Are there any other method names that may cause similar issues?
import
isn't really a method, and can cause all kinds of confusing problems if you try to treat it as one.DESTROY
should be handled byDEMOLISH
/DEMOLISHALL
. Should defining these be an error? Are there any other method names that may cause similar issues?