lean4-htt/tests/lean/run/namespaceIssue.lean
Leonardo de Moura ac2a9539f9 fix: old&new frontend interference
The new test was not working because new frontend was using old
frontend function.
2020-09-20 08:25:45 -07:00

10 lines
86 B
Text

new_frontend
def Bla.x := 10
namespace Foo
export Bla(x)
end Foo
open Foo
#check x