Rework function calls, in progress

This commit is contained in:
Marc Vertes
2018-10-31 19:35:26 +01:00
parent 4b48a14748
commit 1592679f36
14 changed files with 349 additions and 166 deletions

View File

@@ -13,3 +13,6 @@ func main() {
a := T{}
println(a.i, a.opt.b)
}
// Output:
// 0 false