Sign in
go
/
tools
/
ede3382b8767c3cfc5e365355a898bb1bf0229c9
/
.
/
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
}