Fantom

Login | Register

docCompiler bug with |,| signatures #554

tactics
28 Apr 2009

I just found this in the docs at compiler::CBridge.coerce

virtual Expr coerce(Expr expr, CType expected, || onErr)

I was wondering what || meant. Is it supposed to mean |->Void|? Is the comma, as in |,| no longer required when you do choose to use the |'s?

andy
28 Apr 2009

That looks a docCompiler bug, if you look at the source you can see it should be |,|.

andy
28 Apr 2009

Promoted to ticket #554 and assigned to andy

andy
4 May 2009

Renamed from Docs question to docCompiler bug with |,| signatures

andy
4 May 2009

Ticket resolved in 1.0.42

Login or Register to Reply

Back | All Topics