Sign in
go
/
tools.git
/
64d95d5b9a9f96ed56bd1bbdf5fee88de4efa816
/
.
/
refactor
/
eg
/
testdata
/
J1.go
blob: 532ca13e66c11dc938686577d2a1185fa102f9bb [
file
]
package I1
import "fmt"
func example() {
temp := 5
fmt.Print(temp + temp + temp)
}