mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update to constdef
This commit is contained in:
committed by
Christoffer Lerno
parent
0387d7666d
commit
5a82f672b5
@@ -12,7 +12,7 @@ fn void Foo.x(&self) @dynamic
|
||||
io::printn("Foo!");
|
||||
}
|
||||
|
||||
const enum Tester : inline Foo
|
||||
constdef Tester : inline Foo
|
||||
{
|
||||
ABC = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user