blob: de5690863c9c7c4ac0170509298a07c7385a76f2 [file] [log] [blame]
package b
type B struct {
}
func Parse(string, string) B {
return B{}
}
func (b B) Format(string) {
}