示例#1
0
func main() {
	println(implicit.I() + explicit.E())
}
示例#2
0
文件: explicit.go 项目: Greentor/go
func E() int {
	return implicit.I()
}