14 lines
235 B
Text
14 lines
235 B
Text
module
|
|
|
|
prelude
|
|
public import Module.PrivateImported
|
|
|
|
/-! `private import` should not be transitive. -/
|
|
|
|
/-- error: Unknown identifier `f` -/
|
|
#guard_msgs in
|
|
#check f
|
|
|
|
/-- info: 5 -/
|
|
#guard_msgs in
|
|
#eval publicDefOfPrivatelyInitialized
|