go-ffmt/ffmt

私有字段在String()方法中使用

xs-cw opened this issue · 0 comments

xs-cw commented
type Exp struct{
    v string
}
func (e Exp) String() string {
	return e.v
}

大佬 这种情况啥时候能支持一波