go/refactor/eg/testdata/J1.go

9 lines
87 B
Go

package I1
import "fmt"
func example() {
temp := 5
fmt.Print(temp + temp + temp)
}