Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 475fe375bb4540a58c45dfba73f3f5f900518159 (plain) (blame)
1
2
3
module module.readable.two {
    exports my1.mod.samePackage;
}

Back to the top