error[E04001]: restricted visibility ┌─ tests/move_check/naming/named_address_distinct_from_each_others_value.move:18:9 │ 6 │ const C: u64 = 0; │ - Constants are internal to their module, and cannot can be accessed outside of their module · 18 │ B::M::C; │ ^^^^^^^ Invalid access of '(B=0x42)::M::C'