lean2/tests/lean/namespace_bug.lean

6 lines
92 B
Text
Raw Normal View History

namespace playground
namespace nat
check 2+3 -- Should produce error
end nat
end playground