Exemplo n.º 1
0
func main() {
	println(implicit.I() + explicit.E())
}
Exemplo n.º 2
0
func E() int {
	return implicit.I()
}