github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/refactor/eg/testdata/J1.golden (about)

     1  package I1
     2  
     3  import "fmt"
     4  
     5  func example() {
     6  	temp := 5
     7  	temp := temp + temp
     8  	fmt.Print(temp + temp)
     9  }