5 lines
92 B
Text
5 lines
92 B
Text
namespace playground
|
|
namespace nat
|
|
check 2+3 -- Should produce error
|
|
end nat
|
|
end playground
|