DEBSOURCES
Skip Quicknav
sources / cgit / 1.2.3%2Bgit20240802.70.09d24d7%2Bgit2.46.0-1 / git / t / t4018 / golang-complex-function
12345678
type Test struct { a Type } func (t *Test) RIGHT(a Type) (Type, error) { t.a = a return ChangeMe, nil }