GrayH

Results 1 comments of GrayH

I wrote `(Void)->Void`, which is interpreted as a function taking a `Void` argument. Changing it to `Void->Void` fails to compile (as expected): ``` Main.hx:5: lines 5-7 : (_ : Unknown)...