mirror of
https://github.com/anoma/juvix.git
synced 2024-12-04 17:07:28 +03:00
a1264643b2
See the bug report for context. * Closes #2656
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
module VisibilityPrecedence;
|
|
|
|
import NestedLocalModuleViaExport as M;
|
|
|
|
main : M.T := M.A.t;
|