Rework function calls, in progress
This commit is contained in:
@@ -13,3 +13,6 @@ func main() {
|
||||
a := T{}
|
||||
println(a.i, a.opt.b)
|
||||
}
|
||||
|
||||
// Output:
|
||||
// 0 false
|
||||
|
||||
Reference in New Issue
Block a user