lean4-htt/tests/pkg/def_clash/deps/useB/UseB.lean
Mac Malone 291d238ec4
test: symbol clash on private import of same def (#10915)
This PR adds a test for depending on two packages which privately import
modules that define the same Lean definition. It verifies the current
behavior of a symbol clash. This behavior will be fixed later this
quarter.
2025-10-23 03:42:52 +00:00

4 lines
52 B
Text

module
import FooB
public def useB : String := foo