This commit is contained in:
Li Jie
2016-11-05 00:22:51 -07:00
parent 33ebf3e5fb
commit 3989d8fa79

View File

@@ -459,7 +459,7 @@ This should produce roughly this code:
PEnv = ref object
x: int # data
proc anon(y: int, c: PClosure): int =
proc anon(y: int, c: PEnv): int =
return y + c.x
proc add(x: int): tuple[prc, data] =