Commit
c0ad094663a957172f3a7a601476181caa0c0bdb
by peter.peqfixed #912 - confusion between module overrides and inner classes
the translation did not distinguish the case between nested module
instantiations and nested inner classes, so methods from an outer class
mistakenly could "override" methods from the inner class.
(commit: c0ad094)