Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Remove incorrect
PUTFIELD
owner check when inspecting initiali…
…sers. These will never match because the LHS is the mixin name and the RHS is the target name. This restores the 0.8.5 behaviour which does not check the owner at all. We have never supported assignment expressions in initialisers until now anyway, and even if we check the owner we cannot determine whether the instruction is operating on the current *instance* without proper static analysis, so IMO there's not much point bothering.
- Loading branch information