blob: 0e4ca447bc414b1199122548cdf1f3507b08488c [file] [log] [blame]
package A2
// This refactoring causes addition of "errors" import.
// TODO(adonovan): fix: it should also remove "fmt".
import (
"errors"
myfmt "fmt"
)
func example(n int) {
errors.New("")
}