Sign in
go
/
tools
/
036b6e7fc3704283fc16d85f327b8f3e36c6bb3c
/
.
/
refactor
/
eg
/
testdata
/
J.template
blob: 6f82cdfe897cc2586f45a02cb5aa456b1fd69c13 [
file
]
// +build ignore
package
templates
import
()
func before
(
x
int
)
int
{
return
x
+
x
+
x
}
func after
(
x
int
)
int
{
temp
:=
x
+
x
return
temp
+
x
}