Sign in
go
/
go
/
go1.9
/
.
/
test
/
fixedbugs
/
issue10066.dir
/
b.go
blob: 46d2f55fed63e098ab46e2fe52a1ad612f56e37e [
file
] [
log
] [
blame
]
package b
import "./a"
func test() {
a.Do()
}