Sign in
go
/
tools
/
e884e0ef6dcd6d7d93a39bc86550a0f71c9c5e6a
/
.
/
refactor
/
eg
/
testdata
/
J1.golden
blob: 911ef874175e216296fe03581b29bd2faf24b23d [
file
] [
log
] [
blame
]
package
I1
import
"fmt"
func example
()
{
temp
:=
5
temp
:=
temp
+
temp
fmt
.
Print
(
temp
+
temp
)
}