lean2/tests/lean/namespace_bug.lean

5 lines
68 B
Text

namespace playground
namespace nat
check 2+3
end nat
end playground