lean4-htt/tests/pkg/def_clash/TestFoo.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

3 lines
31 B
Text

module
import FooA
import FooB