mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix growable bitset (#1032)
This commit is contained in:
committed by
GitHub
parent
dad21bfc6f
commit
a1bce81ed0
@@ -47,7 +47,6 @@ fn void! set_get()
|
||||
}
|
||||
|
||||
def GrowableBitSet = GrowableBitSet(<char>);
|
||||
|
||||
fn void! growable_set_get()
|
||||
{
|
||||
GrowableBitSet bs;
|
||||
|
||||
Reference in New Issue
Block a user