tools/refactor/eg/testdata/J1.go

11 lines
105 B
Go

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