DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.5.0%2Bds-1 / refactor / eg / testdata / J1.go
12345678
package I1 import "fmt" func example() { temp := 5 fmt.Print(temp + temp + temp) }