tools/refactor/eg/testdata/J1.golden

10 строки
101 B
Plaintext

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