Пример #1
0
func main() {
	println(implicit.I() + explicit.E())
}
Пример #2
0
func E() int {
	return implicit.I()
}