Beispiel #1
0
func main() {
	dep2.W = dep2.G() + 1
}
Beispiel #2
0
func main() {
	d := &dep2.Dep2{}
	dep2.W = dep2.G() + 1 + d.Method()
}