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