Sign in
code
/
git
/
af778cd9be6307e34f9f900fd42eb826c65b32da
/
.
/
t
/
t4018
/
golang-complex-function
blob: e057dcefed6ad2aed40c5959c471114716323420 [
file
]
type
Test
struct
{
a
Type
}
func
(
t
*
Test
)
RIGHT
(
a
Type
)
(
Type
,
error
)
{
t
.
a
=
a
return
ChangeMe
,
nil
}