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