lean2/tests/lean/namespace_bug.lean
2014-12-23 17:42:56 -08:00

5 lines
92 B
Text

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