lean2/tests/lean/run/namespace_local.lean

11 lines
128 B
Text

namespace foo
variable A : Type
end foo
namespace bla
variable A : Type
end bla
namespace foo
variable A : Type
end foo