nitc :: DefaultPhase :: defaultinit
# Empty phase that delegates `process_mainmodule` to the global `do_work`.
class DefaultPhase
super Phase
redef fun process_mainmodule(mainmodule, given_mmodules) do
do_work(mainmodule, given_mmodules, toolcontext.modelbuilder)
end
end
src/test_phase.nit:29,1--35,3