lean2/tests/lean/run/namespace_local.lean

12 lines
128 B
Text
Raw Normal View History

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