1 2 3 4 5 6 7 8 9
package b import "./a" func F() { a.MakePrivateCollection() a.MakePrivateCollection2() a.MakePrivateCollection3() }