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