Sign in
go
/
tools
/
7cf1f382d207a92c2a16d8458cbef8fc3fe70bc4
/
.
/
refactor
/
eg
/
testdata
/
J.template
blob: b3b1f1872ac304268e217d8c94bdf38a17fc621e [
file
]
package
templates
import
()
func before
(
x
int
)
int
{
return
x
+
x
+
x
}
func after
(
x
int
)
int
{
temp
:=
x
+
x
return
temp
+
x
}