// imported mixin needs to have access to variables defined in caller
newScope = ScopeFactory.createJoinedScopesView(calleeScope, mixinToImport.getScope());
newScope.saveLocalDataForTheWholeWayUp();
}
result.add(new FullMixinDefinition(mixinToImport.getMixin(), newScope));
}
return result;
}