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