aa8901e9bb
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473
9 lines
111 B
Go
9 lines
111 B
Go
package main
|
|
|
|
import "testshared/dep2"
|
|
|
|
func main() {
|
|
d := &dep2.Dep2{}
|
|
dep2.W = dep2.G() + 1 + d.Method()
|
|
}
|