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;struct tree(T){ alias node=typeof(this)[2]*; SumType!(T,node) data; bool isleaf()=> data.match!( (T)=>true, (node)=>false);}unittest{ tree!int foo;}```
adding names to the lamdas arguments cause it to compile
The text was updated successfully, but these errors were encountered:
crazymonkyyy reported this on 2024-05-31T21:48:13Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=24575
CC List
Description
The text was updated successfully, but these errors were encountered: