``` #lang rhombus class Foo(): export math namespace math: def my_pi = Foo.math.pi /* succeeds, but should not */ def my_other_pi = Foo.math.pi /* correctly fails */ ```