You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```dimport std.stdio;int add(int delegate() a, int delegate() b){return a()+b();}int getNumber(){return 50;}void main(){ writeln(add(&getNumber, &getNumber));}```
This currently does not compile, so it is needed tu wrap
The text was updated successfully, but these errors were encountered:
Marcelo Silva Nascimento Mancini reported this on 2023-01-11T14:39:11Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=23621
Description
The text was updated successfully, but these errors were encountered: