mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add lambdas.
This commit is contained in:
committed by
Christoffer Lerno
parent
c9e1e2d763
commit
b508a43f8f
@@ -1,4 +1,4 @@
|
||||
|
||||
struct Foo { int y; }
|
||||
|
||||
macro Foo.text(...) = f.y; // #error: The first parameter to this method must
|
||||
macro Foo.text(...) => f.y; // #error: The first parameter to this method must
|
||||
Reference in New Issue
Block a user